From 020dbb180a11d27b2064640953f3960ede09f9c6 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Thu, 8 Jan 2009 12:05:14 +0000 Subject: (svn r14909) -Codechange: Remove global option for the extmidi driver and make it a driver parameter with the name cmd instead. This means if you have an "extmidi = ..." line in your config you must change it to "musicdriver = extmidi:cmd=...", in the [misc] section. --- src/music/extmidi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/music/extmidi.h') diff --git a/src/music/extmidi.h b/src/music/extmidi.h index b5af27722..bae1e1b4f 100644 --- a/src/music/extmidi.h +++ b/src/music/extmidi.h @@ -9,6 +9,7 @@ class MusicDriver_ExtMidi: public MusicDriver { private: + char *command; char song[MAX_PATH]; pid_t pid; -- cgit v1.2.3-54-g00ecf