Changeset - r7531:2a1d2a2e7914
[Not reviewed]
master
0 1 0
belugas - 17 years ago 2007-09-06 03:02:38
belugas@openttd.org
(svn r11050) -Codechange: Use the translated gfx, not the original one.
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/industry_cmd.cpp
Show inline comments
 
@@ -1196,7 +1196,8 @@ static bool CheckIfIndustryTilesAreFree(
 
			if (!EnsureNoVehicle(cur_tile)) return false;
 
			if (MayHaveBridgeAbove(cur_tile) && IsBridgeAbove(cur_tile)) return false;
 

	
 
			const IndustryTileSpec *its = GetIndustryTileSpec(it->gfx);
 
			const IndustryTileSpec *its = GetIndustryTileSpec(gfx);
 

	
 
			IndustyBehaviour ind_behav = GetIndustrySpec(type)->behaviour;
 

	
 
			if (HASBIT(its->callback_flags, CBM_INDT_SHAPE_CHECK)) {
0 comments (0 inline, 0 general)