diff options
| author | James Brown | 2002-03-14 08:20:38 +0000 |
|---|---|---|
| committer | James Brown | 2002-03-14 08:20:38 +0000 |
| commit | 2739493378eeb28f2ea574171da4f5f4e2e9fb64 (patch) | |
| tree | 9c338595c5249af0b3696659c29739dd49fd88ff | |
| parent | d0c6bc8f2060c1c1664cc6660987332c3c934448 (diff) | |
| download | scummvm-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.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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; } }; |
