X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fteamradar.qc;h=12f78522020b2e1d94e20249a41ac9198d91ed13;hb=78186aeadef3940011c76312444c1713cea95354;hp=2e6ddba229d8ff46cc0228251df2ed8ad41a881c;hpb=6c4bdd5eeea06db69a457997de24bef84b4eaf93;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/teamradar.qc b/qcsrc/client/teamradar.qc index 2e6ddba22..12f785220 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)