diff options
| author | XaviDCR92 <xavi.dcr@gmail.com> | 2017-12-29 23:19:43 +0100 |
|---|---|---|
| committer | XaviDCR92 <xavi.dcr@gmail.com> | 2017-12-29 23:19:43 +0100 |
| commit | 67cfc8b2c23177f036eda97f3423d062ba0c3e90 (patch) | |
| tree | 736dd4c76c30bf0f74ef4bf73f1218219ab26dc0 /Source/Sfx.c | |
| parent | 0d1df70f2d1a08fdb6389391ee59afc5fbc6277a (diff) | |
| download | airport-67cfc8b2c23177f036eda97f3423d062ba0c3e90.tar.gz | |
* 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.
Diffstat (limited to 'Source/Sfx.c')
| -rw-r--r-- | Source/Sfx.c | 4 |
1 files changed, 0 insertions, 4 deletions
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; |
