[Scummvm-cvs-logs] SF.net SVN: scummvm: [30771] scummvm/trunk/engines/parallaction/exec_br.cpp

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Sun Feb 3 17:56:26 CET 2008


Revision: 30771
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30771&view=rev
Author:   peres001
Date:     2008-02-03 08:56:25 -0800 (Sun, 03 Feb 2008)

Log Message:
-----------
instOp_on and instOp_off are now implemented, so removed warnings.

Modified Paths:
--------------
    scummvm/trunk/engines/parallaction/exec_br.cpp

Modified: scummvm/trunk/engines/parallaction/exec_br.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/exec_br.cpp	2008-02-03 16:51:38 UTC (rev 30770)
+++ scummvm/trunk/engines/parallaction/exec_br.cpp	2008-02-03 16:56:25 UTC (rev 30771)
@@ -293,8 +293,6 @@
 
 
 DECLARE_INSTRUCTION_OPCODE(on) {
-	warning("Parallaction_br::instOp_on not yet implemented");
-
 	Instruction *inst = *_instRunCtxt.inst;
 	Zone *z = inst->_z;
 
@@ -306,13 +304,10 @@
 			_gfx->showGfxObj(z->u.get->gfxobj, true);
 		}
 	}
-
 }
 
 
 DECLARE_INSTRUCTION_OPCODE(off) {
-	warning("Parallaction_br::instOp_off not yet implemented");
-
 	Instruction *inst = *_instRunCtxt.inst;
 	Zone *z = inst->_z;
 


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