[Scummvm-cvs-logs] SF.net SVN: scummvm:[51020] scummvm/trunk/engines/sci/engine/kernel.cpp

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Mon Jul 19 10:17:09 CEST 2010


Revision: 51020
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51020&view=rev
Author:   m_kiewitz
Date:     2010-07-19 08:17:09 +0000 (Mon, 19 Jul 2010)

Log Message:
-----------
SCI: fixing signature for kDoSound(setReverb)

fixes lsl5 signature mismatch, signature was wrong

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/kernel.cpp

Modified: scummvm/trunk/engines/sci/engine/kernel.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kernel.cpp	2010-07-19 07:47:11 UTC (rev 51019)
+++ scummvm/trunk/engines/sci/engine/kernel.cpp	2010-07-19 08:17:09 UTC (rev 51020)
@@ -360,7 +360,7 @@
     { 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


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list