(svn r4723) - Newstations: add TileIndex parameter to station resolver.

This commit is contained in:
2006-05-03 21:19:21 +00:00
parent b4a254cd43
commit be5744ae50
5 changed files with 5 additions and 5 deletions

View File

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