Skip to content

Commit

Permalink
Remove HudSetPointActor
Browse files Browse the repository at this point in the history
  • Loading branch information
Korshun committed May 7, 2016
1 parent f3ff7cd commit 0e95f83
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/acshudlib.acs
Original file line number Diff line number Diff line change
Expand Up @@ -307,11 +307,6 @@ function void HudSetPoint3D(int x, int y, int z)
RenderSt3D_Z = z;
}

function void HudSetPointActor(int tid, int offsetX, int offsetY, int offsetZ)
{
HudSetPoint3D(GetActorX(tid) + offsetX, GetActorY(tid) + offsetY, GetActorZ(tid) + offsetZ);
}

function void HudSet2DOffset(int x, int y)
{
RenderSt3D_2DOffsetX = x;
Expand Down

0 comments on commit 0e95f83

Please sign in to comment.