(svn r4739) - Newstations: remove cargo type parameter of GetCustomStationRelocation() as we can determine it internally

This commit is contained in:
peter1138
2006-05-04 19:21:16 +00:00
parent 7a91a966ea
commit e5d936d0fe
5 changed files with 8 additions and 8 deletions

View File

@@ -405,7 +405,7 @@ void DrawWaypointSprite(int x, int y, int stat_id, RailType railtype)
return;
}
relocation = GetCustomStationRelocation(statspec, NULL, INVALID_TILE, 1);
relocation = GetCustomStationRelocation(statspec, NULL, INVALID_TILE);
// emulate station tile - open with building
// add 1 to get the other direction
cust = &statspec->renderdata[2];