forked from mirror/OpenTTD
(svn r4723) - Newstations: add TileIndex parameter to station resolver.
This commit is contained in:
@@ -405,7 +405,7 @@ void DrawWaypointSprite(int x, int y, int stat_id, RailType railtype)
|
||||
return;
|
||||
}
|
||||
|
||||
relocation = GetCustomStationRelocation(statspec, NULL, 1);
|
||||
relocation = GetCustomStationRelocation(statspec, NULL, INVALID_TILE, 1);
|
||||
// emulate station tile - open with building
|
||||
// add 1 to get the other direction
|
||||
cust = &statspec->renderdata[2];
|
||||
|
Reference in New Issue
Block a user