(svn r11192) -Fix: Little typo with bigger consequences when trying to remove a newindustries aware grf

This commit is contained in:
belugas 2007-10-02 01:12:06 +00:00
parent 729d121c50
commit 7979674717
1 changed files with 1 additions and 1 deletions

View File

@ -4974,7 +4974,7 @@ static void ResetNewGRFData()
_loaded_newgrf_features.has_2CC = false;
_loaded_newgrf_features.has_newhouses = false;
_loaded_newgrf_features.has_newindustries = false,
_loaded_newgrf_features.has_newindustries = false;
_signal_base = 0;
_coast_base = 0;