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:
Max Horn 2010-08-16 19:58:01 +00:00
parent 5602b2cf81
commit 8a5705132d
5 changed files with 47 additions and 25 deletions

View file

@ -640,7 +640,6 @@ void ScummEngine_v2::o2_waitForActor() {
}
void ScummEngine_v2::o2_waitForMessage() {
if (VAR(VAR_HAVE_MSG)) {
_scriptPointer--;
o5_breakHere();