aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--script_v1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/script_v1.cpp b/script_v1.cpp
index 93661a4950..6788418497 100644
--- a/script_v1.cpp
+++ b/script_v1.cpp
@@ -2706,7 +2706,7 @@ void Scumm::decodeParseString()
int delay;
if (x != 0)
- offset = (int)((x & 0xffff) * 7.5 - 2265);
+ offset = (int)((x & 0xffff) * 7.5 - 22650);
else
offset = 0;
delay = (int)((getVarOrDirectWord(0x40) & 0xffff) * 7.5);