From c9c52b4aa0d584faafd335c5c3feea9d7dba89fc Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 13 Aug 2002 19:28:15 +0000 Subject: reverting this change as it is apparently not correct svn-id: r4733 --- script_v1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3