aboutsummaryrefslogtreecommitdiff
path: root/scumm/actor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/actor.cpp')
-rw-r--r--scumm/actor.cpp3
1 files changed, 3 insertions, 0 deletions
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