[Scummvm-cvs-logs] SF.net SVN: scummvm: [30730] scummvm/trunk/engines/parallaction/exec_br.cpp
eriktorbjorn at users.sourceforge.net
eriktorbjorn at users.sourceforge.net
Sat Feb 2 08:18:49 CET 2008
Revision: 30730
http://scummvm.svn.sourceforge.net/scummvm/?rev=30730&view=rev
Author: eriktorbjorn
Date: 2008-02-01 23:18:49 -0800 (Fri, 01 Feb 2008)
Log Message:
-----------
Fixed warning.
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-02 02:36:57 UTC (rev 30729)
+++ scummvm/trunk/engines/parallaction/exec_br.cpp 2008-02-02 07:18:49 UTC (rev 30730)
@@ -412,8 +412,8 @@
DECLARE_INSTRUCTION_OPCODE(mask) {
+#if 0
Instruction *inst = *_instRunCtxt.inst;
-#if 0
_gfx->_bgLayers[0] = inst->_opA.getRValue();
_gfx->_bgLayers[1] = inst->_opB.getRValue();
_gfx->_bgLayers[2] = inst->_opC.getRValue();
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