NUM_ACTORS -> _numActors (for consistency)

svn-id: r7489
This commit is contained in:
Max Horn
2003-05-13 23:42:41 +00:00
parent 0ee0e7f634
commit 08f7ec192e
14 changed files with 48 additions and 48 deletions
+1 -1
View File
@@ -1115,7 +1115,7 @@ void Scumm_v2::o2_setObjectName() {
} while (a);
work[i] = 0;
if (obj < NUM_ACTORS)
if (obj < _numActors)
error("Can't set actor %d name with new-name-of", obj);
name = getObjOrActorName(obj);