From 0e95f83db0e10aa1ed20e15156dc1092136a20b5 Mon Sep 17 00:00:00 2001 From: Alexander Korshun Date: Sat, 7 May 2016 17:41:35 +0300 Subject: [PATCH] Remove HudSetPointActor --- src/acshudlib.acs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/acshudlib.acs b/src/acshudlib.acs index 47a35dc..80c11c2 100644 --- a/src/acshudlib.acs +++ b/src/acshudlib.acs @@ -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;