| author | peter1138 |
| Mon, 30 Jan 2006 14:50:55 +0000 | |
| changeset 2930 | a3bfaa5a9222 |
| parent 2929 | f54492d3dea8 |
| child 2931 | d9e2973a110f |
--- 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();