Skip to content

Commit

Permalink
Rename ActorName to GetActorName
Browse files Browse the repository at this point in the history
  • Loading branch information
Korshun committed Aug 5, 2016
1 parent ca0048e commit 176d6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/acszdoom.acs
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ function str ActivatorName(void)
return StrParam(n:0);
}

function str ActorName(int tid)
function str GetActorName(int tid)
{
SwapActivator(tid);
int a = r1;
Expand Down

0 comments on commit 176d6fa

Please sign in to comment.