Changeset - r9839:8e3898011333
[Not reviewed]
master
0 1 0
peter1138 - 16 years ago 2008-08-03 18:56:44
peter1138@openttd.org
(svn r13982) -Fix (r13981): And then not enough was cleared...
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/industry_map.h
Show inline comments
 
@@ -218,7 +218,7 @@ static inline void SetIndustryConstructi
 
static inline void ResetIndustryConstructionStage(TileIndex tile)
 
{
 
	assert(IsTileType(tile, MP_INDUSTRY));
 
	SB(_m[tile].m1, 0, 2, 0);
 
	SB(_m[tile].m1, 0, 4, 0);
 
	SB(_m[tile].m1, 7, 1, 0);
 
}
 

	
0 comments (0 inline, 0 general)