aboutsummaryrefslogtreecommitdiff
path: root/backends/midi/mt32/synth.h
diff options
context:
space:
mode:
authorJerome Fisher2004-12-02 23:00:15 +0000
committerJerome Fisher2004-12-02 23:00:15 +0000
commit470a83e024ac06edf21ffc7cd979da5f2dde9a8b (patch)
tree24f0bbba2ba5cc4f310f008c64cb52037b34ba0a /backends/midi/mt32/synth.h
parent5884c6735dc911fcf732b564324feebc4cf1c0cf (diff)
downloadscummvm-rg350-470a83e024ac06edf21ffc7cd979da5f2dde9a8b.tar.gz
scummvm-rg350-470a83e024ac06edf21ffc7cd979da5f2dde9a8b.tar.bz2
scummvm-rg350-470a83e024ac06edf21ffc7cd979da5f2dde9a8b.zip
Synched with upstream (Munt 0.1.1).
Memory timbres are now loaded into the correct location again, and reaching the end of a PCM sample has been improved. The latter change is probably the only one relevant to ScummVM, and even that is unlikely to be audible. svn-id: r15972
Diffstat (limited to 'backends/midi/mt32/synth.h')
-rw-r--r--backends/midi/mt32/synth.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/midi/mt32/synth.h b/backends/midi/mt32/synth.h
index a944a3fc23..1501593cbd 100644
--- a/backends/midi/mt32/synth.h
+++ b/backends/midi/mt32/synth.h
@@ -133,7 +133,6 @@ private:
float masterTune;
Bit16u masterVolume;
- unsigned char initmode;
bool isOpen;
PartialManager *partialManager;