aboutsummaryrefslogtreecommitdiff
path: root/script.cpp
diff options
context:
space:
mode:
authorLudvig Strigeus2001-12-29 12:46:15 +0000
committerLudvig Strigeus2001-12-29 12:46:15 +0000
commit24bb87b24ecacd3e1ebb02339ab1f5d780c7fe4b (patch)
tree6b58a02f23270eca0921d806d9a4e7548f6ce2eb /script.cpp
parent0e66f425818e9b915392a22b5711f6c2bcd7d01d (diff)
downloadscummvm-rg350-24bb87b24ecacd3e1ebb02339ab1f5d780c7fe4b.tar.gz
scummvm-rg350-24bb87b24ecacd3e1ebb02339ab1f5d780c7fe4b.tar.bz2
scummvm-rg350-24bb87b24ecacd3e1ebb02339ab1f5d780c7fe4b.zip
copy protection in monkey 2 bypassed by default
svn-id: r3539
Diffstat (limited to 'script.cpp')
-rw-r--r--script.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/script.cpp b/script.cpp
index 35fc7c708f..bff1c778d3 100644
--- a/script.cpp
+++ b/script.cpp
@@ -279,6 +279,10 @@ int Scumm::fetchScriptWord() {
return a;
}
+#ifndef BYPASS_COPY_PROT
+#define BYPASS_COPY_PROT
+#endif
+
int Scumm::readVar(uint var) {
int a;
#ifdef BYPASS_COPY_PROT