From 0a2c5d0b966ba2defa07b0f2aab2edc84cfcb9fd Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 18 Feb 2012 17:42:27 +0000 Subject: [PATCH] (svn r23963) -Fix [FS#5072]: do not look for missing sprites twice during startup --- src/openttd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */