(svn r2088) - Fix: [ 1155158 ] Make extmidi command a config option in addition to the compile-time MIDI switch. Patch by macbaine.

This commit is contained in:
pasky
2005-03-27 15:42:25 +00:00
parent 60bb2374d6
commit 04dc6441aa
4 changed files with 11 additions and 7 deletions

View File

@@ -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;