aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2004-08-30 10:04:53 +0000
committerTravis Howell2004-08-30 10:04:53 +0000
commitd5e5c54fefc0667cd4c1a33e9e2c9d9bed18b41c (patch)
tree7e75bcb5032d23cc2bcc6c560766277911661729 /scumm
parent8b34cb4a6a95180758c0fcfbc1ce65934f0c0cb0 (diff)
downloadscummvm-rg350-d5e5c54fefc0667cd4c1a33e9e2c9d9bed18b41c.tar.gz
scummvm-rg350-d5e5c54fefc0667cd4c1a33e9e2c9d9bed18b41c.tar.bz2
scummvm-rg350-d5e5c54fefc0667cd4c1a33e9e2c9d9bed18b41c.zip
Ooops, shouldn't have commited that part.
svn-id: r14838
Diffstat (limited to 'scumm')
-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;