X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=qcsrc%2Fclient%2Fteamradar.qc;h=9e79f0a2262b062fcdd3b45398e614efde4be950;hb=0514f7948727cfa572b33bd29d1bdf2c13cd866d;hp=2e6ddba229d8ff46cc0228251df2ed8ad41a881c;hpb=7069dc3f41678554d089db582ccf16da1f8874a5;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/teamradar.qc b/qcsrc/client/teamradar.qc index 2e6ddba22..9e79f0a22 100644 --- a/qcsrc/client/teamradar.qc +++ b/qcsrc/client/teamradar.qc @@ -1,12 +1,9 @@ #include "teamradar.qh" -#include "autocvars.qh" -#include "hud/_mod.qh" -#include - +#include +#include #include - -#include "../lib/csqcmodel/interpolate.qh" +#include vector teamradar_3dcoord_to_texcoord(vector in) { @@ -205,7 +202,6 @@ NET_HANDLE(ENT_CLIENT_RADARLINK, bool isnew) InterpolateOrigin_Undo(this); this.iflags = IFLAG_VELOCITY | IFLAG_ORIGIN; - this.classname = "radarlink"; if (isnew) IL_PUSH(g_radarlinks, this); if(sendflags & 1)