Changeset - r9838:127ecae232be
[Not reviewed]
master
0 1 0
peter1138 - 16 years ago 2008-08-03 18:51:13
peter1138@openttd.org
(svn r13981) -Fix [FS#AmmlersStillTooLazy]: Resetting construction stage counter reset more than it should.
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/industry_map.h
Show inline comments
 
@@ -218,7 +218,8 @@ static inline void SetIndustryConstructi
 
static inline void ResetIndustryConstructionStage(TileIndex tile)
 
{
 
	assert(IsTileType(tile, MP_INDUSTRY));
 
	_m[tile].m1 = 0;
 
	SB(_m[tile].m1, 0, 2, 0);
 
	SB(_m[tile].m1, 7, 1, 0);
 
}
 

	
 
/**
0 comments (0 inline, 0 general)