[Scummvm-cvs-logs] SF.net SVN: scummvm:[51686] scummvm/trunk/engines/sci/engine/kernel_tables. h

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Tue Aug 3 14:39:12 CEST 2010


Revision: 51686
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51686&view=rev
Author:   m_kiewitz
Date:     2010-08-03 12:39:11 +0000 (Tue, 03 Aug 2010)

Log Message:
-----------
SCI: adding kDoSound(fade) workaround table to sci1early

fixes kq5 bug #3037594 thx to [md5] for testing

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/kernel_tables.h

Modified: scummvm/trunk/engines/sci/engine/kernel_tables.h
===================================================================
--- scummvm/trunk/engines/sci/engine/kernel_tables.h	2010-08-03 12:29:08 UTC (rev 51685)
+++ scummvm/trunk/engines/sci/engine/kernel_tables.h	2010-08-03 12:39:11 UTC (rev 51686)
@@ -111,7 +111,7 @@
     //  it actually does internally
     { SIG_SOUNDSCI1EARLY,  8, MAP_CALL(DoSoundStop),               NULL,                   NULL },
     { SIG_SOUNDSCI1EARLY,  9, MAP_CALL(DoSoundPause),              "[o0]i",                NULL },
-    { SIG_SOUNDSCI1EARLY, 10, MAP_CALL(DoSoundFade),               "oiiii",                NULL },
+    { SIG_SOUNDSCI1EARLY, 10, MAP_CALL(DoSoundFade),               "oiiii",                kDoSoundFade_workarounds },
     { SIG_SOUNDSCI1EARLY, 11, MAP_CALL(DoSoundUpdateCues),         "o",                    NULL },
     { SIG_SOUNDSCI1EARLY, 12, MAP_CALL(DoSoundSendMidi),           "oiii",                 NULL },
     { SIG_SOUNDSCI1EARLY, 13, MAP_CALL(DoSoundReverb),             "i",                    NULL },


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