ASYLUM: identify more ActorStatus values

This commit is contained in:
Alex Bevilacqua 2011-09-25 20:41:29 -04:00 committed by Eugene Sandulenko
parent 68b9df5a4b
commit 9277116e09
No known key found for this signature in database
GPG key ID: 014D387312D34F08
4 changed files with 14 additions and 14 deletions

View file

@ -961,7 +961,7 @@ IMPLEMENT_OPCODE(UpdateActor)
_processNextEntry = true;
return;
case kActorStatus7:
case kActorStatusPickupItem:
actor->enable();
break;