aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Brown2002-03-14 08:20:38 +0000
committerJames Brown2002-03-14 08:20:38 +0000
commit2739493378eeb28f2ea574171da4f5f4e2e9fb64 (patch)
tree9c338595c5249af0b3696659c29739dd49fd88ff
parentd0c6bc8f2060c1c1664cc6660987332c3c934448 (diff)
downloadscummvm-rg350-2739493378eeb28f2ea574171da4f5f4e2e9fb64.tar.gz
scummvm-rg350-2739493378eeb28f2ea574171da4f5f4e2e9fb64.tar.bz2
scummvm-rg350-2739493378eeb28f2ea574171da4f5f4e2e9fb64.zip
Fix compile error when using USE_ADLIB
svn-id: r3744
-rw-r--r--sound.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sound.h b/sound.h
index c749d504af..ee47e64a31 100644
--- a/sound.h
+++ b/sound.h
@@ -17,6 +17,9 @@
*
* Change Log:
* $Log$
+ * Revision 1.7 2002/03/14 08:20:38 ender
+ * Fix compile error when using USE_ADLIB
+ *
* Revision 1.6 2002/03/14 08:04:21 ender
* Rewire the MIDI subsystem to use drivers selecting from the commandline.
* No -DTIMIDITY, etc! Yippie!. Also updated readme.
@@ -404,7 +407,7 @@ public:
void part_off(Part *part);
int part_update_active(Part *part,uint16 *active);
void adjust_priorities() {}
-
+ void midiSetDriver(int devicetype) {;}
bool wave_based() { return true; }
};