mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-04 06:00:15 +00:00
(svn r16656) -Fix (r16655): strange things happen
This commit is contained in:
parent
c113303593
commit
5799a7a57c
@ -188,7 +188,7 @@ void Station::MarkTilesDirty(bool cargo_change) const
|
||||
|
||||
bool Station::TileBelongsToRailStation(TileIndex tile) const
|
||||
{
|
||||
return IsRailwayStationTile(tile) && GetStationIndex(tile) = this->index;
|
||||
return IsRailwayStationTile(tile) && GetStationIndex(tile) == this->index;
|
||||
}
|
||||
|
||||
/** Obtain the length of a platform
|
||||
|
Loading…
Reference in New Issue
Block a user