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 11d8534c1c..e7131762eb 100644
--- a/scumm/scumm.cpp
+++ b/scumm/scumm.cpp
@@ -1104,7 +1104,7 @@ void ScummEngine::launch() {
else if (_gameId == GID_WATER)
_numActors = 61;
else
- _numActors = 80;
+ _numActors = 13;
if (_version >= 7)
OF_OWNER_ROOM = 0xFF;