[Scummvm-cvs-logs] SF.net SVN: scummvm:[50530] scummvm/trunk/engines/sci/engine/kernel.cpp
thebluegr at users.sourceforge.net
thebluegr at users.sourceforge.net
Wed Jun 30 15:31:47 CEST 2010
Revision: 50530
http://scummvm.svn.sourceforge.net/scummvm/?rev=50530&view=rev
Author: thebluegr
Date: 2010-06-30 13:31:47 +0000 (Wed, 30 Jun 2010)
Log Message:
-----------
Fixed the signature for kUnload (thanks m_kiewitz)
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-06-30 11:09:49 UTC (rev 50529)
+++ scummvm/trunk/engines/sci/engine/kernel.cpp 2010-06-30 13:31:47 UTC (rev 50530)
@@ -252,7 +252,7 @@
// name, version/platform, signature, sub-signatures, workarounds
static SciKernelMapEntry s_kernelMap[] = {
{ MAP_CALL(Load), SIG_EVERYWHERE, "iii*", NULL, NULL },
- { MAP_CALL(UnLoad), SIG_EVERYWHERE, "ii*", NULL, kUnLoad_workarounds },
+ { MAP_CALL(UnLoad), SIG_EVERYWHERE, "iRi*", NULL, kUnLoad_workarounds },
{ MAP_CALL(ScriptID), SIG_EVERYWHERE, "Ioi*", NULL, NULL },
{ MAP_CALL(DisposeScript), SIG_EVERYWHERE, "ii*", NULL, kDisposeScript_workarounds },
{ MAP_CALL(Clone), SIG_EVERYWHERE, "o", NULL, 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