mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-06 19:27:16 +01:00
(svn r13982) -Fix (r13981): And then not enough was cleared...
This commit is contained in:
parent
e434323d38
commit
1f4b89ff4b
@ -218,7 +218,7 @@ static inline void SetIndustryConstructionCounter(TileIndex tile, byte value)
|
|||||||
static inline void ResetIndustryConstructionStage(TileIndex tile)
|
static inline void ResetIndustryConstructionStage(TileIndex tile)
|
||||||
{
|
{
|
||||||
assert(IsTileType(tile, MP_INDUSTRY));
|
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);
|
SB(_m[tile].m1, 7, 1, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user