aboutsummaryrefslogtreecommitdiff
path: root/audio/softsynth/fmtowns_pc98/towns_midi.h
diff options
context:
space:
mode:
authorathrxx2011-05-11 00:41:32 +0200
committerWillem Jan Palenstijn2011-05-17 20:36:32 +0200
commit15610b56db9f655ad0c8df0ffe730d123f048bac (patch)
tree19326ef75e199431a7cb5ed289b1865d556fa088 /audio/softsynth/fmtowns_pc98/towns_midi.h
parent95c059598d31ebdb871b97a528ad361472fcd217 (diff)
downloadscummvm-rg350-15610b56db9f655ad0c8df0ffe730d123f048bac.tar.gz
scummvm-rg350-15610b56db9f655ad0c8df0ffe730d123f048bac.tar.bz2
scummvm-rg350-15610b56db9f655ad0c8df0ffe730d123f048bac.zip
FM-TOWNS AUDIO: Fix some bugs and rename some stuff in the midi driver code
Diffstat (limited to 'audio/softsynth/fmtowns_pc98/towns_midi.h')
-rw-r--r--audio/softsynth/fmtowns_pc98/towns_midi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/softsynth/fmtowns_pc98/towns_midi.h b/audio/softsynth/fmtowns_pc98/towns_midi.h
index 8dc71f3528..52298d77ce 100644
--- a/audio/softsynth/fmtowns_pc98/towns_midi.h
+++ b/audio/softsynth/fmtowns_pc98/towns_midi.h
@@ -78,7 +78,7 @@ private:
bool _open;
- uint8 *_chanEffectLevel;
+ uint8 *_chanEffectLevelModifier;
};
#endif