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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sun Nov 21 03:07:56 CET 2010


Revision: 54403
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54403&view=rev
Author:   thebluegr
Date:     2010-11-21 02:07:55 +0000 (Sun, 21 Nov 2010)

Log Message:
-----------
SCI: Removed the correct subops from kString in late SCI2.1/SCI3 games (thanks to waltervn)

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

Modified: scummvm/trunk/engines/sci/engine/kstring.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kstring.cpp	2010-11-21 02:06:20 UTC (rev 54402)
+++ scummvm/trunk/engines/sci/engine/kstring.cpp	2010-11-21 02:07:55 UTC (rev 54403)
@@ -620,7 +620,7 @@
 	uint16 op = argv[0].toUint16();
 
 	if (g_sci->_features->detectSci2StringFunctionType() == kSci2StringFunctionNew) {
-		if (op >= 7)	// Cpy, Cmp have been removed
+		if (op >= 8)	// Dup, GetData have been removed
 			op += 2;
 	}
 


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