industry_cmd.c
changeset 39 d177340ed556
parent 7 f2e623faa778
child 43 3b93861c5478
--- a/industry_cmd.c	Fri Aug 13 17:41:44 2004 +0000
+++ b/industry_cmd.c	Fri Aug 13 18:27:33 2004 +0000
@@ -334,6 +334,10 @@
 	return GetPartialZ(ti->x&0xF, ti->y&0xF, ti->tileh) + ti->z;
 }
 
+static uint GetSlopeTileh_Industry(TileInfo *ti) {
+	return 0;
+}
+
 static void GetAcceptedCargo_Industry(uint tile, AcceptedCargo *ac)
 {
 	int m5 = _map5[tile];
@@ -1819,6 +1823,7 @@
 	GetProducedCargo_Industry,  /* get_produced_cargo_proc */
 	NULL,												/* vehicle_enter_tile_proc */
 	NULL,												/* vehicle_leave_tile_proc */
+	GetSlopeTileh_Industry,			/* get_slope_tileh_proc */
 };
 
 static const byte _industry_desc[] = {