1
0
Fork 0

(svn r16656) -Fix (r16655): strange things happen

release/1.0
smatz 2009-06-25 16:07:23 +00:00
parent 38477f2b36
commit 6915643a99
1 changed files with 1 additions and 1 deletions

View File

@ -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