summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/openttd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp
index 4644d1406..3c8047b26 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -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 */