diff options
author | James Brown | 2002-11-10 12:44:40 +0000 |
---|---|---|
committer | James Brown | 2002-11-10 12:44:40 +0000 |
commit | 3cb29c224d86919951d47e2c9a2f43a2f23aaf0b (patch) | |
tree | 3986a911625f4ddb778f0f6fad077dccd9c7264d | |
parent | 5e966f88e97af937e71b8da0c33fddc5ed874eee (diff) | |
download | scummvm-rg350-3cb29c224d86919951d47e2c9a2f43a2f23aaf0b.tar.gz scummvm-rg350-3cb29c224d86919951d47e2c9a2f43a2f23aaf0b.tar.bz2 scummvm-rg350-3cb29c224d86919951d47e2c9a2f43a2f23aaf0b.zip |
Fix a stupid mistake in my implementation of Indy3's alternate wait_for_message.
Unlike the o5_wait() version, we don't read any data, so there's no need to reset the script pointer.
svn-id: r5483
-rw-r--r-- | scumm/script_v1.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/script_v1.cpp b/scumm/script_v1.cpp index 92a1a41873..4a35762c37 100644 --- a/scumm/script_v1.cpp +++ b/scumm/script_v1.cpp @@ -1936,7 +1936,6 @@ void Scumm::o5_soundKludge() return; } - _scriptPointer--; o5_breakHere(); } |