diff options
| author | Max Horn | 2002-08-13 19:28:15 +0000 |
|---|---|---|
| committer | Max Horn | 2002-08-13 19:28:15 +0000 |
| commit | c9c52b4aa0d584faafd335c5c3feea9d7dba89fc (patch) | |
| tree | baeca2c7bb40bf6ff56364357a5958a33780b111 | |
| parent | cafc73f949201c60f68c4c5d25af2bf8f20e8456 (diff) | |
| download | scummvm-rg350-c9c52b4aa0d584faafd335c5c3feea9d7dba89fc.tar.gz scummvm-rg350-c9c52b4aa0d584faafd335c5c3feea9d7dba89fc.tar.bz2 scummvm-rg350-c9c52b4aa0d584faafd335c5c3feea9d7dba89fc.zip | |
reverting this change as it is apparently not correct
svn-id: r4733
| -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 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); |
