From ca120eedad11f826b63bb5505a0f1f61aad740d4 Mon Sep 17 00:00:00 2001 From: dominik Date: Fri, 13 Aug 2004 18:27:33 +0000 Subject: (svn r40) Final slope graphics fix --- station_cmd.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'station_cmd.c') diff --git a/station_cmd.c b/station_cmd.c index b54f81b39..74a3308c2 100644 --- a/station_cmd.c +++ b/station_cmd.c @@ -1778,6 +1778,11 @@ static uint GetSlopeZ_Station(TileInfo *ti) return z; } +static uint GetSlopeTileh_Station(TileInfo *ti) +{ + return 0; +} + static void GetAcceptedCargo_Station(uint tile, AcceptedCargo *ac) { /* not used */ @@ -2451,6 +2456,7 @@ const TileTypeProcs _tile_type_station_procs = { NULL, /* get_produced_cargo_proc */ VehicleEnter_Station, /* vehicle_enter_tile_proc */ NULL, /* vehicle_leave_tile_proc */ + GetSlopeTileh_Station, /* get_slope_tileh_proc */ }; -- cgit v1.2.3-54-g00ecf