summaryrefslogtreecommitdiff
path: root/sound.h
diff options
context:
space:
mode:
authorpasky <pasky@openttd.org>2005-03-27 15:42:25 +0000
committerpasky <pasky@openttd.org>2005-03-27 15:42:25 +0000
commit04dc6441aad06c067fced48e132afc89c899c10e (patch)
tree025c800afe780843a500c7cc0b176d165425ea44 /sound.h
parent60bb2374d6fcb24eaec82eae2470e3e0d65c0213 (diff)
downloadopenttd-04dc6441aad06c067fced48e132afc89c899c10e.tar.xz
(svn r2088) - Fix: [ 1155158 ] Make extmidi command a config option in addition to the compile-time MIDI switch. Patch by macbaine.
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;