From b0be0f045294d00a231989fdc624ade298234815 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sat, 28 Aug 2004 14:05:33 +0000 Subject: Revert last change, was wrong opcode. Add a few more HE 7 opcodes svn-id: r14813 --- scumm/actor.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scumm/actor.cpp') diff --git a/scumm/actor.cpp b/scumm/actor.cpp index eb8a66f44e..8c71367512 100644 --- a/scumm/actor.cpp +++ b/scumm/actor.cpp @@ -928,6 +928,9 @@ static int compareDrawOrder(const void* a, const void* b) } void ScummEngine::processActors() { + if (_skipProcessActors) + return; + int numactors = 0; // TODO : put this actors as a member array. It never has to grow or shrink -- cgit v1.2.3