station.h
changeset 3032 3d607ca2d8fc
parent 2967 4208a82bf0d9
child 3092 e790a2dbda83
--- a/station.h	Fri Feb 17 20:24:17 2006 +0000
+++ b/station.h	Sat Feb 18 14:11:23 2006 +0000
@@ -28,7 +28,6 @@
 
 enum {
 	INVALID_STATION = 0xFFFF,
-	INVALID_SLOT = 0xFFFF,
 	NUM_SLOTS = 2,
 	ROAD_STOP_LIMIT = 8,
 };
@@ -40,7 +39,7 @@
 	bool used;
 	byte status;
 	uint32 index;
-	uint16 slot[NUM_SLOTS];
+	VehicleID slot[NUM_SLOTS];
 	StationID station;
 	uint8 type;
 	struct RoadStop *next;