aboutsummaryrefslogtreecommitdiff
path: root/sound/mididrv.h
diff options
context:
space:
mode:
authorJamieson Christian2003-05-17 17:20:27 +0000
committerJamieson Christian2003-05-17 17:20:27 +0000
commitc88e0b5301d49c916b1cb90d61d877cb6d67c162 (patch)
treee8d1bdf8254d1c83e0381689438844c2fe97465c /sound/mididrv.h
parenta6d1c3e15123d8092108f92a5bd3a6c057588783 (diff)
downloadscummvm-rg350-c88e0b5301d49c916b1cb90d61d877cb6d67c162.tar.gz
scummvm-rg350-c88e0b5301d49c916b1cb90d61d877cb6d67c162.tar.bz2
scummvm-rg350-c88e0b5301d49c916b1cb90d61d877cb6d67c162.zip
Fixed Adlib sound problem on old (small header) games. Thanks for eriktorbjorn for the material that led to the solution.
svn-id: r7610
Diffstat (limited to 'sound/mididrv.h')
-rw-r--r--sound/mididrv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/mididrv.h b/sound/mididrv.h
index fe921df0a4..542eab3f24 100644
--- a/sound/mididrv.h
+++ b/sound/mididrv.h
@@ -42,7 +42,7 @@ public:
enum {
PROP_TIMEDIV = 1,
- PROP_SMALLHEADER = 2
+ PROP_OLD_ADLIB = 2
};
// Open the midi driver.