aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorMartin Kiewitz2010-07-19 08:17:09 +0000
committerMartin Kiewitz2010-07-19 08:17:09 +0000
commit6bebc0df452c722de8ce0fd1b7458331f3e13a0e (patch)
tree06468c856a6bfc2a922806f762f91ad1f3b60136 /engines
parentabae29a2dccfc132505687e70c220beb2f56defe (diff)
downloadscummvm-rg350-6bebc0df452c722de8ce0fd1b7458331f3e13a0e.tar.gz
scummvm-rg350-6bebc0df452c722de8ce0fd1b7458331f3e13a0e.tar.bz2
scummvm-rg350-6bebc0df452c722de8ce0fd1b7458331f3e13a0e.zip
SCI: fixing signature for kDoSound(setReverb)
fixes lsl5 signature mismatch, signature was wrong svn-id: r51020
Diffstat (limited to 'engines')
-rw-r--r--engines/sci/engine/kernel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/engine/kernel.cpp b/engines/sci/engine/kernel.cpp
index ec96c6c3e9..14e6e2de71 100644
--- a/engines/sci/engine/kernel.cpp
+++ b/engines/sci/engine/kernel.cpp
@@ -360,7 +360,7 @@ static const SciKernelMapSubEntry kDoSound_subops[] = {
{ SIG_SOUNDSCI1EARLY, 10, MAP_CALL(DoSoundFade), "oiiii", NULL },
{ SIG_SOUNDSCI1EARLY, 11, MAP_CALL(DoSoundUpdateCues), "o", NULL },
{ SIG_SOUNDSCI1EARLY, 12, MAP_CALL(DoSoundSendMidi), "oiii", NULL },
- { SIG_SOUNDSCI1EARLY, 13, MAP_CALL(DoSoundReverb), "oi", NULL },
+ { SIG_SOUNDSCI1EARLY, 13, MAP_CALL(DoSoundReverb), "i", NULL },
{ SIG_SOUNDSCI1EARLY, 14, MAP_CALL(DoSoundSetHold), "oi", NULL },
{ SIG_SOUNDSCI1EARLY, 15, MAP_CALL(DoSoundDummy), "", NULL },
// ^^ Longbow demo