aboutsummaryrefslogtreecommitdiff
path: root/audio/softsynth/fmtowns_pc98/towns_euphony.h
diff options
context:
space:
mode:
authorathrxx2015-11-02 20:55:15 +0100
committerathrxx2015-11-09 18:41:09 +0100
commit924b582ced24139b2e78a0a06d6ba5049089c8a5 (patch)
treee81e56492bd627d15d5e66633635141040d08149 /audio/softsynth/fmtowns_pc98/towns_euphony.h
parent160f1a074d4e97a9e67773d2a33ad13950a4bfc3 (diff)
downloadscummvm-rg350-924b582ced24139b2e78a0a06d6ba5049089c8a5.tar.gz
scummvm-rg350-924b582ced24139b2e78a0a06d6ba5049089c8a5.tar.bz2
scummvm-rg350-924b582ced24139b2e78a0a06d6ba5049089c8a5.zip
AUDIO: fix bug #6885 (INDY3: FMTOWNS: Music is distorted (regression))
Diffstat (limited to 'audio/softsynth/fmtowns_pc98/towns_euphony.h')
-rw-r--r--audio/softsynth/fmtowns_pc98/towns_euphony.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/softsynth/fmtowns_pc98/towns_euphony.h b/audio/softsynth/fmtowns_pc98/towns_euphony.h
index 2e935a3ca5..68c5041117 100644
--- a/audio/softsynth/fmtowns_pc98/towns_euphony.h
+++ b/audio/softsynth/fmtowns_pc98/towns_euphony.h
@@ -161,7 +161,7 @@ private:
bool event_controlChange_pitchWheel();
bool event_programChange_channelAftertouch();
- bool event_loadInstrument();
+ bool event_sysex();
bool event_advanceBar();
bool event_setTempo();
bool event_typeOrdrChange();