mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-11 13:10:45 +00:00
(svn r23963) -Fix [FS#5072]: do not look for missing sprites twice during startup
This commit is contained in:
parent
a2f09d617b
commit
0a2c5d0b96
@ -331,7 +331,7 @@ static void LoadIntroGame(bool load_newgrfs = true)
|
||||
_pause_mode = PM_UNPAUSED;
|
||||
_cursor.fix_at = false;
|
||||
|
||||
CheckForMissingSprites();
|
||||
if (load_newgrfs) CheckForMissingSprites();
|
||||
CheckForMissingGlyphs();
|
||||
|
||||
/* Play main theme */
|
||||
|
Loading…
Reference in New Issue
Block a user