diff options
Diffstat (limited to 'src/airport_movement.h')
-rw-r--r-- | src/airport_movement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/airport_movement.h b/src/airport_movement.h index 4892a4f32..1b225c808 100644 --- a/src/airport_movement.h +++ b/src/airport_movement.h @@ -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; |