summaryrefslogtreecommitdiff
path: root/sound.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound.c')
-rw-r--r--sound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound.c b/sound.c
index 8a487ca91..3e26ebb65 100644
--- a/sound.c
+++ b/sound.c
@@ -22,7 +22,7 @@ typedef struct FileEntry {
static uint _file_count;
static FileEntry* _files;
-#define SOUND_SLOT 31
+#define SOUND_SLOT 63
// Number of levels of panning per side
#define PANNING_LEVELS 16