From 4963eb80b783c22479e48a721cd2d8742eb7c793 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Thu, 4 May 2006 19:21:16 +0000 Subject: (svn r4739) - Newstations: remove cargo type parameter of GetCustomStationRelocation() as we can determine it internally --- station_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'station_cmd.c') diff --git a/station_cmd.c b/station_cmd.c index 8fd4d62d5..b488fa212 100644 --- a/station_cmd.c +++ b/station_cmd.c @@ -1990,7 +1990,7 @@ static void DrawTile_Station(TileInfo *ti) if (statspec != NULL) { uint tile = GetStationGfx(ti->tile); - relocation = GetCustomStationRelocation(statspec, st, ti->tile, 0); + relocation = GetCustomStationRelocation(statspec, st, ti->tile); /* Ensure the chosen tile layout is valid for this custom station */ t = &statspec->renderdata[tile < statspec->tiles ? tile : GetRailStationAxis(ti->tile)]; -- cgit v1.2.3-54-g00ecf