SVN r518 (trunk)

This commit is contained in:
Christoph Oelckers 2007-04-25 14:20:35 +00:00
commit 8e229fa2b6
2 changed files with 3 additions and 1 deletions

View file

@ -4999,7 +4999,7 @@ int DLevelScript::RunScript ()
while ( (actor = iterator.Next ()) )
{
state = RUNTIME_TYPE(activator)->ActorInfo->FindState (statelist.Size(), &statelist[0], !!STACK(1));
state = RUNTIME_TYPE(actor)->ActorInfo->FindState (statelist.Size(), &statelist[0], !!STACK(1));
if (state != NULL)
{
actor->SetState (state);