src/newgrf_station.cpp
branchNewGRF_ports
changeset 6730 f09255ea0123
parent 6720 35756db7e577
child 6739 3f2ca4d0abda
--- a/src/newgrf_station.cpp	Mon Jul 16 22:51:14 2007 +0000
+++ b/src/newgrf_station.cpp	Tue Jul 17 00:03:21 2007 +0000
@@ -757,7 +757,7 @@
 	}
 
 	if (statspec->renderdata == NULL) {
-		sprites = GetStationTileLayout(tile + axis);
+		sprites = GetStationTileLayout(STATION_RAIL, tile + axis);
 	} else {
 		sprites = &statspec->renderdata[(tile < statspec->tiles) ? tile + axis : (uint)axis];
 	}