(svn r23963) -Fix [FS#5072]: do not look for missing sprites twice during startup

This commit is contained in:
rubidium
2012-02-18 17:42:27 +00:00
parent a2f09d617b
commit 0a2c5d0b96

View File

@@ -331,7 +331,7 @@ static void LoadIntroGame(bool load_newgrfs = true)
_pause_mode = PM_UNPAUSED; _pause_mode = PM_UNPAUSED;
_cursor.fix_at = false; _cursor.fix_at = false;
CheckForMissingSprites(); if (load_newgrfs) CheckForMissingSprites();
CheckForMissingGlyphs(); CheckForMissingGlyphs();
/* Play main theme */ /* Play main theme */