From 04dc6441aad06c067fced48e132afc89c899c10e Mon Sep 17 00:00:00 2001 From: pasky Date: Sun, 27 Mar 2005 15:42:25 +0000 Subject: (svn r2088) - Fix: [ 1155158 ] Make extmidi command a config option in addition to the compile-time MIDI switch. Patch by macbaine. --- sound.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sound.h') 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; -- cgit v1.2.3-54-g00ecf