- Fixed: Setting an actor's score with ACS also modified its nametag.
SVN r3335 (trunk)
This commit is contained in:
parent
038d3cc820
commit
243197bfd4
1 changed files with 1 additions and 0 deletions
|
|
@ -2771,6 +2771,7 @@ void DLevelScript::DoSetActorProperty (AActor *actor, int property, int value)
|
|||
|
||||
case APROP_Score:
|
||||
actor->Score = value;
|
||||
break;
|
||||
|
||||
case APROP_NameTag:
|
||||
actor->SetTag(FBehavior::StaticLookupString(value));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue