diff options
Diffstat (limited to 'Source/GameStructures.h')
| -rw-r--r-- | Source/GameStructures.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/GameStructures.h b/Source/GameStructures.h index 8c459e3..726bba0 100644 --- a/Source/GameStructures.h +++ b/Source/GameStructures.h @@ -8,6 +8,7 @@ #define GAME_MAX_AIRCRAFT 32
#define GAME_MAX_CHARACTERS 8
#define GAME_MAX_PARKING 32
+#define GAME_MAX_RWY_LENGTH 16
#define CHEAT_ARRAY_SIZE 16
#define AIRCRAFT_MAX_TARGETS 32
#define PLAYER_MAX_WAYPOINTS AIRCRAFT_MAX_TARGETS
@@ -196,6 +197,7 @@ typedef struct bool (*PadDirectionKeyPressed_Callback)(void);
unsigned short (*PadLastKeySinglePressed_Callback)(void);
TYPE_CAMERA Camera;
+ uint16_t RwyArray[GAME_MAX_RWY_LENGTH];
}TYPE_PLAYER;
typedef enum t_fontflags
|
