[Scummvm-cvs-logs] SF.net SVN: scummvm: [32802] scummvm/trunk/engines/cine/script_os.cpp

buddha_ at users.sourceforge.net buddha_ at users.sourceforge.net
Thu Jun 26 17:44:26 CEST 2008


Revision: 32802
          http://scummvm.svn.sourceforge.net/scummvm/?rev=32802&view=rev
Author:   buddha_
Date:     2008-06-26 08:44:26 -0700 (Thu, 26 Jun 2008)

Log Message:
-----------
Comments update.

Modified Paths:
--------------
    scummvm/trunk/engines/cine/script_os.cpp

Modified: scummvm/trunk/engines/cine/script_os.cpp
===================================================================
--- scummvm/trunk/engines/cine/script_os.cpp	2008-06-26 15:16:15 UTC (rev 32801)
+++ scummvm/trunk/engines/cine/script_os.cpp	2008-06-26 15:44:26 UTC (rev 32802)
@@ -442,6 +442,7 @@
 }
 
 /*! \todo Implement this instruction
+ * \note According to the scripts' opcode usage comparison this opcode isn't used at all.
  */
 int FWScript::o2_op81() {
 	warning("STUB: o2_op81()");
@@ -593,8 +594,6 @@
 	return 0;
 }
 
-/*! \todo Implement this instruction
- */
 int FWScript::o2_op8D() {
 	uint16 objIdx1  = getNextWord();
 	uint16 xAdd1    = getNextWord();
@@ -658,6 +657,7 @@
 }
 
 /*! \todo Implement this instruction
+ * \note According to the scripts' opcode usage comparison this opcode isn't used at all.
  */
 int FWScript::o2_op9B() {
 	uint16 a = getNextWord();
@@ -673,6 +673,7 @@
 }
 
 /*! \todo Implement this instruction
+ * \note According to the scripts' opcode usage comparison this opcode isn't used at all.
  */
 int FWScript::o2_op9C() {
 	uint16 a = getNextWord();
@@ -712,6 +713,7 @@
 }
 
 /*! \todo Implement this instruction
+ * \note According to the scripts' opcode usage comparison this opcode isn't used at all.
  */
 int FWScript::o2_op9F() {
 	warning("o2_op9F()");


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