(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 703ef5b7b6
commit e185c2f609
1 changed files with 1 additions and 1 deletions

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 */