diff options
Diffstat (limited to 'script_v1.cpp')
| -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 0af6c42b8d..786a0b6f16 100644 --- a/script_v1.cpp +++ b/script_v1.cpp @@ -2476,7 +2476,7 @@ void Scumm::decodeParseString() { int delay = (int)(getVarOrDirectWord(0x40) * 7.5) + 10; if (_gameId == GID_LOOM256) - cd_play(1, 0, offset, delay); + cd_play(this, 1, 0, offset, delay); else warning("parseString: 8"); } |
