--- a/src/newgrf_fsmports.h Mon Aug 20 23:21:45 2007 +0000
+++ b/src/newgrf_fsmports.h Tue Aug 21 09:02:06 2007 +0000
@@ -22,13 +22,6 @@
FSMPORTS_CLASS_MAX = 32, ///< Maximum number of classes.
};
-struct AirportFTAbuildup {
- byte position; // the position that an airplane is at
- byte heading; // the current orders (eg. TAKEOFF, HANGAR, ENDLANDING, etc.)
- uint64 block; // the block this position is on on the airport (st->airport_flags)
- byte next; // next position from this position
-};
-
/** Define basic enum properties */
template <> struct EnumPropsT<FSMportsClassID> : MakeEnumPropsT<FSMportsClassID, byte, FSMPORTS_CLASS_BEGIN, FSMPORTS_CLASS_MAX, FSMPORTS_CLASS_MAX> {};
typedef TinyEnumT<FSMportsClassID> FSMportsClassIDByte;