From 49c9929d5435ae5454c0abafa7bbc1f942b53203 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Tue, 27 Jul 2004 12:37:03 +0000 Subject: Not needed, invalid in Loom[ega] svn-id: r14353 --- scumm/script_v5.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'scumm') 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; -- cgit v1.2.3