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
This commit is contained in:
James Brown 2002-11-10 12:44:40 +00:00
parent 5e966f88e9
commit 3cb29c224d

View file

@ -1936,7 +1936,6 @@ void Scumm::o5_soundKludge()
return; return;
} }
_scriptPointer--;
o5_breakHere(); o5_breakHere();
} }