aboutsummaryrefslogtreecommitdiff
path: root/Source/Sfx.c
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Sfx.c')
-rw-r--r--Source/Sfx.c4
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;