mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-11 05:36:12 +00:00
parent
1ec9d70997
commit
9792dc9f67
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user