(svn r11398) -Fix [FS#1414]: industry variables 67 and 68 return was incorrect
authorglx
Sat, 10 Nov 2007 00:42:25 +0000
changeset 8344 b8b77e2e11c9
parent 8343 471bee030391
child 8345 6caa3fdb972c
(svn r11398) -Fix [FS#1414]: industry variables 67 and 68 return was incorrect
src/newgrf_industries.cpp
--- a/src/newgrf_industries.cpp	Fri Nov 09 13:21:48 2007 +0000
+++ b/src/newgrf_industries.cpp	Sat Nov 10 00:42:25 2007 +0000
@@ -157,6 +157,7 @@
 			/* Fall through */
 
 		default: //use the grfid specified in register 100h
+			SETBIT(param_setID, 7); // bit 7 means it is not an old type
 			ind_index = MapNewGRFIndustryType(param_setID, GrfID);
 			break;
 	}