station_cmd.c
changeset 39 d177340ed556
parent 28 635ad4c62bec
child 43 3b93861c5478
--- a/station_cmd.c	Fri Aug 13 17:41:44 2004 +0000
+++ b/station_cmd.c	Fri Aug 13 18:27:33 2004 +0000
@@ -1778,6 +1778,11 @@
 	return z;
 }
 
+static uint GetSlopeTileh_Station(TileInfo *ti)
+{
+	return 0;
+}
+
 static void GetAcceptedCargo_Station(uint tile, AcceptedCargo *ac)
 {
 	/* not used */
@@ -2451,6 +2456,7 @@
 	NULL,												/* get_produced_cargo_proc */
 	VehicleEnter_Station,				/* vehicle_enter_tile_proc */
 	NULL,												/* vehicle_leave_tile_proc */
+	GetSlopeTileh_Station,			/* get_slope_tileh_proc */
 };