aboutsummaryrefslogtreecommitdiff
path: root/scumm/scummvm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/scummvm.cpp')
-rw-r--r--scumm/scummvm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp
index 2872f1b409..3ae999289d 100644
--- a/scumm/scummvm.cpp
+++ b/scumm/scummvm.cpp
@@ -2067,7 +2067,7 @@ void Scumm::launch() {
else if ((_features & GF_AFTER_V7) || (_gameId == GID_SAMNMAX))
NUM_ACTORS = 30;
else if (_gameId == GID_MANIAC)
- NUM_ACTORS = 24; // Temporary (?) hack to get to the character selection screen
+ NUM_ACTORS = 23; // Temporary (?) hack to get to the character selection screen
else
NUM_ACTORS = 13;