diff options
| author | Max Horn | 2002-08-12 22:23:36 +0000 |
|---|---|---|
| committer | Max Horn | 2002-08-12 22:23:36 +0000 |
| commit | 9792dc9f67bbdb6bdcdcea67c73a73338ccf9b97 (patch) | |
| tree | ed58ac6d0e23cfa61a4288731734021443bda8f6 | |
| parent | 1ec9d7099723137356b8e8e879674ef2d474fa92 (diff) | |
| download | scummvm-rg350-9792dc9f67bbdb6bdcdcea67c73a73338ccf9b97.tar.gz scummvm-rg350-9792dc9f67bbdb6bdcdcea67c73a73338ccf9b97.tar.bz2 scummvm-rg350-9792dc9f67bbdb6bdcdcea67c73a73338ccf9b97.zip | |
patch in item #594018 - somebody please verify
svn-id: r4731
| -rw-r--r-- | script_v1.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script_v1.cpp b/script_v1.cpp index 6788418497..93661a4950 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); |
