aboutsummaryrefslogtreecommitdiff
path: root/scumm/actor.cpp
diff options
context:
space:
mode:
authorMax Horn2002-12-23 23:30:14 +0000
committerMax Horn2002-12-23 23:30:14 +0000
commit6585425c890bcb65beb399d6fe5d07b1257cb904 (patch)
tree149961523c5a5d06e6cc8848800bdf1660db7b7c /scumm/actor.cpp
parent4c8c6ff84e31ce7b920bb60d4d79619fcc01d9c4 (diff)
downloadscummvm-rg350-6585425c890bcb65beb399d6fe5d07b1257cb904.tar.gz
scummvm-rg350-6585425c890bcb65beb399d6fe5d07b1257cb904.tar.bz2
scummvm-rg350-6585425c890bcb65beb399d6fe5d07b1257cb904.zip
set NUM_ACTORS to 80 for COMI; get rid of MAX_ACTORS (use NUM_ACTORS instead); some updates
svn-id: r6086
Diffstat (limited to 'scumm/actor.cpp')
-rw-r--r--scumm/actor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/actor.cpp b/scumm/actor.cpp
index e8dd5f8644..b0793ae0b2 100644
--- a/scumm/actor.cpp
+++ b/scumm/actor.cpp
@@ -848,7 +848,7 @@ void Scumm::playActorSounds()
void Scumm::processActors()
{
int i;
- Actor *actors[MAX_ACTORS], *a, **ac, **ac2, *tmp, **end;
+ Actor *actors[NUM_ACTORS], *a, **ac, **ac2, *tmp, **end;
int numactors = 0;
// Make a list of all actors in this room