summaryrefslogtreecommitdiff
path: root/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound.h')
-rw-r--r--sound.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound.h b/sound.h
index 8b3522d65..c7d65928d 100644
--- a/sound.h
+++ b/sound.h
@@ -9,6 +9,7 @@ typedef struct MusicFileSettings {
byte custom_2[33];
bool btn_down;
bool shuffle;
+ char extmidi[80];
} MusicFileSettings;
VARDEF byte _music_wnd_cursong;