From 67cfc8b2c23177f036eda97f3423d062ba0c3e90 Mon Sep 17 00:00:00 2001 From: XaviDCR92 Date: Fri, 29 Dec 2017 23:19:43 +0100 Subject: * RWY_DIR and AIRCRAFT_DIRECTION have been joint into a single enum. * Game.c: new prototypes GameGetParkingDirection() and GameGetRunwayDirection(). * Slight optimizations into GameRenderLevel(). * Added some comment headers into Gfx.c. --- Source/Gfx.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/Gfx.h') diff --git a/Source/Gfx.h b/Source/Gfx.h index 0bbce7b..48cc2db 100644 --- a/Source/Gfx.h +++ b/Source/Gfx.h @@ -22,6 +22,7 @@ #define GFX_1HZ_FLASH (1<<7) #define GFX_2HZ_FLASH (1<<8) #define FULL_LUMINANCE 0xFF +#define ROTATE_BIT_SHIFT 12 // 4096 = 2^12 /* ************************************* * Global prototypes -- cgit v1.2.3