[Scummvm-cvs-logs] SF.net SVN: scummvm:[47569] scummvm/trunk/engines/sci/engine/kernel.cpp
thebluegr at users.sourceforge.net
thebluegr at users.sourceforge.net
Tue Jan 26 16:39:24 CET 2010
Revision: 47569
http://scummvm.svn.sourceforge.net/scummvm/?rev=47569&view=rev
Author: thebluegr
Date: 2010-01-26 15:39:23 +0000 (Tue, 26 Jan 2010)
Log Message:
-----------
Mention that the signature of kUnload has been set like this because of the SQ1 bug
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-01-26 15:22:04 UTC (rev 47568)
+++ scummvm/trunk/engines/sci/engine/kernel.cpp 2010-01-26 15:39:23 UTC (rev 47569)
@@ -185,7 +185,7 @@
SciKernelFunction kfunct_mappers[] = {
/*00*/ DEFUN("Load", kLoad, "iii*"),
- /*01*/ DEFUN("UnLoad", kUnLoad, "i.*"),
+ /*01*/ DEFUN("UnLoad", kUnLoad, "i.*"), // Work around SQ1 bug, when exiting the Ulence flats bar
/*02*/ DEFUN("ScriptID", kScriptID, "Ioi*"),
/*03*/ DEFUN("DisposeScript", kDisposeScript, "Oii*"), // Work around QfG1 bug
/*04*/ DEFUN("Clone", kClone, "o"),
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