(svn r18876) -Codechange: make sure m4 is always 0 for non-railroad station tiles
This commit is contained in:
@@ -401,7 +401,7 @@ static inline TileIndexDiffC GetDockOffset(TileIndex t)
|
||||
|
||||
static inline bool IsCustomStationSpecIndex(TileIndex t)
|
||||
{
|
||||
assert(IsTileType(t, MP_STATION));
|
||||
assert(HasStationTileRail(t));
|
||||
return _m[t].m4 != 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user