aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/scumm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp
index bcf69fbf80..e5106550f8 100644
--- a/scumm/scumm.cpp
+++ b/scumm/scumm.cpp
@@ -1474,7 +1474,7 @@ int ScummEngine::init(GameDetector &detector) {
else if (_version == 7)
_numActors = 30;
else if (_gameId == GID_SAMNMAX)
- _numActors = 20;
+ _numActors = 30;
else if (_gameId == GID_MANIAC)
_numActors = 25;
else if (_heversion >= 80)