aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
Diffstat (limited to 'scumm')
-rw-r--r--scumm/script_v5.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/scumm/script_v5.cpp b/scumm/script_v5.cpp
index a79b8824b2..6841075158 100644
--- a/scumm/script_v5.cpp
+++ b/scumm/script_v5.cpp
@@ -1065,10 +1065,6 @@ void ScummEngine_v5::o5_getActorRoom() {
void ScummEngine_v5::o5_getActorScale() {
Actor *a;
- // dummy opcode in the loom
- if (_gameId == GID_LOOM)
- return;
-
// INDY3 uses this opcode for waitForActor
if (_gameId == GID_INDY3) {
const byte *oldaddr = _scriptPointer - 1;