airport_movement.h
changeset 4842 79c4c9167d93
parent 4344 7e123fec5b0b
child 4843 4bef85baee3f
--- a/airport_movement.h	Fri Oct 13 17:55:56 2006 +0000
+++ b/airport_movement.h	Fri Oct 13 23:08:55 2006 +0000
@@ -7,10 +7,10 @@
 // state machine input struct (from external file, etc.)
 // Finite sTate mAchine --> FTA
 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)
-	byte next_in_chain; // next position from this position
+	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)
+	byte next;     // next position from this position
 } AirportFTAbuildup;
 
 ///////////////////////////////////////////////////////////////////////