From 6a90ed354fcf4871aa7ce1d0b599ff69787f1d5f Mon Sep 17 00:00:00 2001 From: XaviDCR92 Date: Fri, 5 May 2017 23:55:15 +0200 Subject: * Split screen is now working. Yay!! * New prototypes for Gfx. Still preliminar, but make split screen work. --- Source/GameStructures.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/GameStructures.h') diff --git a/Source/GameStructures.h b/Source/GameStructures.h index 3efe573..797fc91 100644 --- a/Source/GameStructures.h +++ b/Source/GameStructures.h @@ -34,6 +34,7 @@ typedef enum t_flstate { STATE_IDLE = 0, STATE_PARKED, + STATE_UNBOARDING, STATE_TAXIING, STATE_TAKEOFF, STATE_APPROACH, -- cgit v1.2.3