mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-29 23:01:58 +00:00
instOp_on and instOp_off are now implemented, so removed warnings.
svn-id: r30771
This commit is contained in:
parent
aea99780ef
commit
da98d10ebd
@ -293,8 +293,6 @@ DECLARE_COMMAND_OPCODE(offsave) {
|
||||
|
||||
|
||||
DECLARE_INSTRUCTION_OPCODE(on) {
|
||||
warning("Parallaction_br::instOp_on not yet implemented");
|
||||
|
||||
Instruction *inst = *_instRunCtxt.inst;
|
||||
Zone *z = inst->_z;
|
||||
|
||||
@ -306,13 +304,10 @@ DECLARE_INSTRUCTION_OPCODE(on) {
|
||||
_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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user