Initial implementation of two rail types per tile
This commit is contained in:
@@ -46,7 +46,7 @@ protected:
|
||||
this->tile = tile;
|
||||
this->td = td;
|
||||
this->tile_type = GetTileType(tile);
|
||||
this->rail_type = GetTileRailType(tile);
|
||||
this->rail_type = GetTileRailTypeByTrack(tile, TrackdirToTrack(td));
|
||||
}
|
||||
|
||||
TILE(const TILE &src)
|
||||
|
Reference in New Issue
Block a user