[Scummvm-cvs-logs] SF.net SVN: scummvm: [31427] scummvm/trunk/engines/kyra/script_v2.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sun Apr 6 16:16:31 CEST 2008


Revision: 31427
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31427&view=rev
Author:   lordhoto
Date:     2008-04-06 07:16:27 -0700 (Sun, 06 Apr 2008)

Log Message:
-----------
Set opcode 31 (o2_limitMouseRrange) to o2_dummy for now.
Also added a comment about that.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/script_v2.cpp

Modified: scummvm/trunk/engines/kyra/script_v2.cpp
===================================================================
--- scummvm/trunk/engines/kyra/script_v2.cpp	2008-04-06 14:13:14 UTC (rev 31426)
+++ scummvm/trunk/engines/kyra/script_v2.cpp	2008-04-06 14:16:27 UTC (rev 31427)
@@ -1843,7 +1843,8 @@
 		Opcode(o2_addItemToInventory),
 		Opcode(o2_drawShape),
 		Opcode(o2_addItemToCurScene),
-		OpcodeUnImpl(),
+		Opcode(o2_dummy),	// the original used this opcode to limit the mouse range temporary,
+							// since that is of no use and not really important we just use a dummy here
 		// 0x20
 		Opcode(o2_checkForItem),
 		Opcode(o2_loadSoundFile),


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