mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 14:27:16 +00:00
(svn r11192) -Fix: Little typo with bigger consequences when trying to remove a newindustries aware grf
This commit is contained in:
parent
729d121c50
commit
7979674717
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user