Changeset - r22103:e45a8f66b4ce
[Not reviewed]
master
0 1 0
frosch - 9 years ago 2015-05-03 10:33:26
frosch@openttd.org
(svn r27267) -Change: [NewGRF] Translate industry variable A6.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/newgrf_industries.cpp
Show inline comments
 
@@ -354,7 +354,7 @@ static uint32 GetCountAndDistanceOfClose
 
		case 0xA4: return this->industry->last_month_transported[1];
 
		case 0xA5: return GB(this->industry->last_month_transported[1], 8, 8);
 

	
 
		case 0xA6: return this->industry->type;
 
		case 0xA6: return indspec->grf_prop.local_id;
 
		case 0xA7: return this->industry->founder;
 
		case 0xA8: return this->industry->random_colour;
 
		case 0xA9: return Clamp(this->industry->last_prod_year - ORIGINAL_BASE_YEAR, 0, 255);
0 comments (0 inline, 0 general)