mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-25 04:01:03 +00:00
Fixed warning.
svn-id: r30730
This commit is contained in:
parent
a938260362
commit
4227c0f7ce
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user