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/Sfx.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Source/Sfx.c') diff --git a/Source/Sfx.c b/Source/Sfx.c index a79a308..48d6bed 100644 --- a/Source/Sfx.c +++ b/Source/Sfx.c @@ -1,13 +1,11 @@ /* ************************************* * Includes * *************************************/ - #include "Sfx.h" /* ************************************* * Defines * *************************************/ - #define MAX_VOLUME SPU_MAXVOL #define SILENT 0 @@ -16,11 +14,9 @@ /* ************************************* * Local Prototypes * *************************************/ - /* ************************************* * Local Variables * *************************************/ - static uint8_t voiceIndex; static uint16_t SfxGlobalVolumeReduction; -- cgit v1.2.3