Fixed warning.

svn-id: r30730
This commit is contained in:
Torbjörn Andersson 2008-02-02 07:18:49 +00:00
parent a938260362
commit 4227c0f7ce

View File

@ -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();