(svn r8733) -Fix(r8705): Forgot to change some more places where airport blocks are stored

This commit is contained in:
celestar
2007-02-14 12:00:43 +00:00
parent bde06e75b4
commit ca310e5a26
2 changed files with 3 additions and 3 deletions

View File

@@ -170,7 +170,7 @@ typedef struct AirportFTAClass {
// internal structure used in openttd - Finite sTate mAchine --> FTA
typedef struct AirportFTA {
struct AirportFTA *next; // possible extra movement choices from this position
uint32 block; // 32 bit blocks (st->airport_flags), should be enough for the most complex airports
uint64 block; // 64 bit blocks (st->airport_flags), should be enough for the most complex airports
byte position; // the position that an airplane is at
byte next_position; // next position from this position
byte heading; // heading (current orders), guiding an airplane to its target on an airport