src/industry_map.h
changeset 7963 e04dbb203f3e
parent 7814 fe643468ad64
child 7969 9050701304bd
--- a/src/industry_map.h	Fri Aug 24 00:04:51 2007 +0000
+++ b/src/industry_map.h	Fri Aug 24 00:23:35 2007 +0000
@@ -132,7 +132,7 @@
 static inline IndustryGfx GetIndustryGfx(TileIndex t)
 {
 	assert(IsTileType(t, MP_INDUSTRY));
-	return _m[t].m5;
+	return GetTranslatedIndustryTileID(_m[t].m5 | (GB(_m[t].m6, 2, 1) << 8));
 }
 
 /**