From 5286033a40475cf24224797db63a9b5ced044f94 Mon Sep 17 00:00:00 2001 From: XaviDCR92 Date: Sun, 28 May 2017 04:22:03 +0200 Subject: * Takeoff barely implemented. Stil a lot of work to do. * Added new runway holding point tiles. * Bugfixes in last key single pressed. --- Source/GameStructures.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Source/GameStructures.h') diff --git a/Source/GameStructures.h b/Source/GameStructures.h index 9129b87..cb4f1d3 100644 --- a/Source/GameStructures.h +++ b/Source/GameStructures.h @@ -37,7 +37,10 @@ typedef enum t_flstate STATE_PARKED, STATE_UNBOARDING, STATE_TAXIING, + STATE_HOLDING_RWY, + STATE_READY_FOR_TAKEOFF, STATE_TAKEOFF, + STATE_CLIMBING, STATE_APPROACH, STATE_FINAL, STATE_LANDED -- cgit v1.2.3