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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Fri Jun 11 01:16:32 CEST 2010


Revision: 49586
          http://scummvm.svn.sourceforge.net/scummvm/?rev=49586&view=rev
Author:   thebluegr
Date:     2010-06-10 23:16:32 +0000 (Thu, 10 Jun 2010)

Log Message:
-----------
In SCI1.1, kSetSynonyms is a dummy (empty) function

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-10 20:52:04 UTC (rev 49585)
+++ scummvm/trunk/engines/sci/engine/kernel.cpp	2010-06-10 23:16:32 UTC (rev 49586)
@@ -742,6 +742,9 @@
 		break;
 
 	case SCI_VERSION_1_1:
+		// In SCI1.1, kSetSynonyms is a dummy (empty) function
+		_kernelNames[0x26] = "Dummy";
+
 		// In the Windows version of KQ6 CD, the empty kSetSynonyms
 		// function has been replaced with kPortrait. In KQ6 Mac,
 		// kPlayBack has been replaced by kShowMovie.


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