From 9792dc9f67bbdb6bdcdcea67c73a73338ccf9b97 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 12 Aug 2002 22:23:36 +0000 Subject: [PATCH] patch in item #594018 - somebody please verify svn-id: r4731 --- script_v1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script_v1.cpp b/script_v1.cpp index 6788418497a..93661a49509 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 - 22650); + offset = (int)((x & 0xffff) * 7.5 - 2265); else offset = 0; delay = (int)((getVarOrDirectWord(0x40) & 0xffff) * 7.5);