diff options
Diffstat (limited to 'engines/scumm/script_v5.cpp')
| -rw-r--r-- | engines/scumm/script_v5.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/engines/scumm/script_v5.cpp b/engines/scumm/script_v5.cpp index 957543a257..cbf2650976 100644 --- a/engines/scumm/script_v5.cpp +++ b/engines/scumm/script_v5.cpp @@ -23,7 +23,6 @@ * */ - #include "scumm/actor.h" #include "scumm/charset.h" #include "scumm/object.h" @@ -1682,13 +1681,6 @@ void ScummEngine_v5::o5_loadRoomWithEgo() { void ScummEngine_v5::o5_matrixOps() { int a, b; - if (_game.version == 3) { - a = getVarOrDirectByte(PARAM_1); - b = fetchScriptByte(); - setBoxFlags(a, b); - return; - } - _opcode = fetchScriptByte(); switch (_opcode & 0x1F) { case 1: |
