newgrf.c
changeset 2930 a3bfaa5a9222
parent 2895 943612f25754
child 2935 ebbf3553f15c
--- a/newgrf.c	Mon Jan 30 14:03:34 2006 +0000
+++ b/newgrf.c	Mon Jan 30 14:50:55 2006 +0000
@@ -2710,13 +2710,9 @@
 
 void LoadNewGRF(uint load_index, uint file_index)
 {
-	static bool initialized = false; // XXX yikes
 	uint stage;
 
-	if (!initialized) {
-		InitializeGRFSpecial();
-		initialized = true;
-	}
+	InitializeGRFSpecial();
 
 	ResetNewGRFData();