From 83b4684d7cb9934371909b522d6daa0f16cc0396 Mon Sep 17 00:00:00 2001 From: XaviDCR92 Date: Mon, 1 May 2017 23:05:51 +0200 Subject: * Added some comments on System. * New routine PadOneKeySinglePress() and PadTwoKeySinglePress(). * Temp waypoints now turn red when colliding with an aircraft or with a previously existing waypoint. * When loading files, GPU operation is finishedbefore calling fopen. Also, I_MASK is disabled just in case. * For PLT files, actual tile needs to be set instead of parking number. --- 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 4baa03a..3efe573 100644 --- a/Source/GameStructures.h +++ b/Source/GameStructures.h @@ -159,6 +159,7 @@ typedef struct bool (*PadKeyPressed_Callback)(unsigned short); bool (*PadKeyReleased_Callback)(unsigned short); + bool (*PadKeySinglePress_Callback)(unsigned short); bool (*PadDirectionKeyPressed_Callback)(void); TYPE_CAMERA Camera; }TYPE_PLAYER; -- cgit v1.2.3