aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/scumm.cpp')
-rw-r--r--scumm/scumm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp
index f525dfa344..244a0bbcd1 100644
--- a/scumm/scumm.cpp
+++ b/scumm/scumm.cpp
@@ -1159,7 +1159,7 @@ void ScummEngine::launch() {
else if (_gameId == GID_MANIAC)
_numActors = 25;
else if (_heversion >= 80)
- _numActors = 62;
+ _numActors = 63;
else
_numActors = 13;