aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
Diffstat (limited to 'scumm')
-rw-r--r--scumm/script_v5.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/scumm/script_v5.cpp b/scumm/script_v5.cpp
index 56e51a3d37..8ba453a4a9 100644
--- a/scumm/script_v5.cpp
+++ b/scumm/script_v5.cpp
@@ -2200,6 +2200,10 @@ void ScummEngine_v5::o5_startScript() {
getWordVararg(data);
+ // Method used by original Loom to skip copy protection scheme
+ //if (_gameId == GID_LOOM && _currentRoom == 69 && script == 201)
+ // script = 205;
+
runScript(script, (op & 0x20) != 0, (op & 0x40) != 0, data);
}