From d5042d4ab2739150a311f032a7df63b45ef65928 Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 15 Oct 2005 11:06:54 +0000 Subject: (svn r3046) Replace some numbers with sprite names and fix a typo in the sprite list --- 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 6040eb358..612151dbc 100644 --- a/station_cmd.c +++ b/station_cmd.c @@ -1359,7 +1359,7 @@ uint32 GetCustomStationRelocation(const StationSpec *spec, const Station *st, by /* This is what gets subscribed of dtss->image in newgrf.c, * so it's probably kinda "default offset". Try to use it as * emergency measure. */ - return 0x42D; + return SPR_RAIL_PLATFORM_Y_FRONT; } int GetCustomStationsCount(StationClass sclass) -- cgit v1.2.3-54-g00ecf