From c88e0b5301d49c916b1cb90d61d877cb6d67c162 Mon Sep 17 00:00:00 2001 From: Jamieson Christian Date: Sat, 17 May 2003 17:20:27 +0000 Subject: Fixed Adlib sound problem on old (small header) games. Thanks for eriktorbjorn for the material that led to the solution. svn-id: r7610 --- backends/midi/adlib.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends') diff --git a/backends/midi/adlib.cpp b/backends/midi/adlib.cpp index 59bb789f67..769ad3e0d2 100644 --- a/backends/midi/adlib.cpp +++ b/backends/midi/adlib.cpp @@ -928,7 +928,7 @@ void MidiDriver_ADLIB::send (uint32 b) { uint32 MidiDriver_ADLIB::property (int prop, uint32 param) { switch (prop) { - case PROP_SMALLHEADER: // Indicates older game, use different operator volume algorithm + case PROP_OLD_ADLIB: // Older games used a different operator volume algorithm _game_SmallHeader = (param > 0); return 1; } -- cgit v1.2.3