Changeset - r7848:705b74bab657
[Not reviewed]
master
0 1 0
glx - 17 years ago 2007-11-10 00:42:25
glx@openttd.org
(svn r11398) -Fix [FS#1414]: industry variables 67 and 68 return was incorrect
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/newgrf_industries.cpp
Show inline comments
 
@@ -157,6 +157,7 @@ static uint32 GetCountAndDistanceOfClose
 
			/* 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;
 
	}
0 comments (0 inline, 0 general)