patch in item #594018 - somebody please verify

svn-id: r4731
This commit is contained in:
Max Horn 2002-08-12 22:23:36 +00:00
parent 1ec9d70997
commit 9792dc9f67

View File

@ -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);