aboutsummaryrefslogtreecommitdiff
path: root/scumm/script.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/script.cpp')
-rw-r--r--scumm/script.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/scumm/script.cpp b/scumm/script.cpp
index 861c51fabe..3ae5b862f3 100644
--- a/scumm/script.cpp
+++ b/scumm/script.cpp
@@ -477,6 +477,10 @@ int ScummEngine::fetchScriptWordSigned() {
}
int ScummEngine::readVar(uint var) {
+ // HACK Seems to variable difference
+ if (_gameId == GID_PAJAMA && var == 32770)
+ return 5;
+
int a;
static byte copyprotbypassed;
if (!_copyProtection)