- changed ACS's print n: cast to use an actor's tag for non-players instead of the class name.

SVN r2784 (trunk)
This commit is contained in:
Christoph Oelckers 2010-09-15 14:47:44 +00:00
parent a0d7693f33
commit dca03ac76a

View file

@ -5040,7 +5040,7 @@ int DLevelScript::RunScript ()
}
else if (activator)
{
work += RUNTIME_TYPE(activator)->TypeName.GetChars();
work += activator->GetTag();
}
else
{