aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorTorbjörn Andersson2008-02-02 07:18:49 +0000
committerTorbjörn Andersson2008-02-02 07:18:49 +0000
commit4227c0f7ce0abf6647e1cd9c64615e55d744fb68 (patch)
tree02ebedee612c556bdedf3ad4bfadae946f4ff1fb /engines
parenta93826036297315418068d0e6a528d068382629b (diff)
downloadscummvm-rg350-4227c0f7ce0abf6647e1cd9c64615e55d744fb68.tar.gz
scummvm-rg350-4227c0f7ce0abf6647e1cd9c64615e55d744fb68.tar.bz2
scummvm-rg350-4227c0f7ce0abf6647e1cd9c64615e55d744fb68.zip
Fixed warning.
svn-id: r30730
Diffstat (limited to 'engines')
-rw-r--r--engines/parallaction/exec_br.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/parallaction/exec_br.cpp b/engines/parallaction/exec_br.cpp
index 960e005124..8f9c6907ad 100644
--- a/engines/parallaction/exec_br.cpp
+++ b/engines/parallaction/exec_br.cpp
@@ -412,8 +412,8 @@ DECLARE_INSTRUCTION_OPCODE(color) {
DECLARE_INSTRUCTION_OPCODE(mask) {
- Instruction *inst = *_instRunCtxt.inst;
#if 0
+ Instruction *inst = *_instRunCtxt.inst;
_gfx->_bgLayers[0] = inst->_opA.getRValue();
_gfx->_bgLayers[1] = inst->_opB.getRValue();
_gfx->_bgLayers[2] = inst->_opC.getRValue();