src/airport_movement.h
changeset 6321 62564548351b
parent 6175 26674ca57aac
child 6254 abc6ad7c035c
--- a/src/airport_movement.h	Tue Feb 13 11:29:20 2007 +0000
+++ b/src/airport_movement.h	Tue Feb 13 12:34:54 2007 +0000
@@ -9,7 +9,7 @@
 typedef struct AirportFTAbuildup {
 	byte position; // the position that an airplane is at
 	byte heading;  // the current orders (eg. TAKEOFF, HANGAR, ENDLANDING, etc.)
-	uint32 block;  // the block this position is on on the airport (st->airport_flags)
+	uint64 block;  // the block this position is on on the airport (st->airport_flags)
 	byte next;     // next position from this position
 } AirportFTAbuildup;