diff --git a/src/openttd.cpp b/src/openttd.cpp index 4644d14065..3c8047b269 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 */