(svn r11192) -Fix: Little typo with bigger consequences when trying to remove a newindustries aware grf
authorbelugas
Tue, 02 Oct 2007 01:12:06 +0000
changeset 8157 e2506892a70f
parent 8156 1ad36ba703b3
child 8158 84c773075796
(svn r11192) -Fix: Little typo with bigger consequences when trying to remove a newindustries aware grf
src/newgrf.cpp
--- a/src/newgrf.cpp	Mon Oct 01 18:59:25 2007 +0000
+++ b/src/newgrf.cpp	Tue Oct 02 01:12:06 2007 +0000
@@ -4974,7 +4974,7 @@
 
 	_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;