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:
parent
5e966f88e9
commit
3cb29c224d
1 changed files with 0 additions and 1 deletions
|
@ -1936,7 +1936,6 @@ void Scumm::o5_soundKludge()
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
_scriptPointer--;
|
|
||||||
o5_breakHere();
|
o5_breakHere();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue