SCUMM: More finely differentiate opcode tables between v3, v4 and v5
This has been tested and verified as much as I can, but has a small risk of leading to (easily fixable) regressions. svn-id: r52130
This commit is contained in:
parent
5602b2cf81
commit
8a5705132d
5 changed files with 47 additions and 25 deletions
|
@ -640,7 +640,6 @@ void ScummEngine_v2::o2_waitForActor() {
|
|||
}
|
||||
|
||||
void ScummEngine_v2::o2_waitForMessage() {
|
||||
|
||||
if (VAR(VAR_HAVE_MSG)) {
|
||||
_scriptPointer--;
|
||||
o5_breakHere();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue