station.h
changeset 3580 607e4245d024
parent 3574 bf5f6c1af32c
child 3587 2eb52db0b872
--- a/station.h	Tue Apr 18 07:20:37 2006 +0000
+++ b/station.h	Tue Apr 18 08:50:17 2006 +0000
@@ -7,7 +7,6 @@
 #include "pool.h"
 #include "sprite.h"
 #include "tile.h"
-#include "vehicle.h"
 #include "newgrf_station.h"
 
 typedef struct GoodsEntry {
@@ -72,7 +71,7 @@
 	uint32 airport_flags;
 	StationID index;
 
-	VehicleID last_vehicle;
+	byte last_vehicle_type;
 	GoodsEntry goods[NUM_CARGO];
 
 	/* Stuff that is no longer used, but needed for conversion */