X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=qcsrc%2Fclient%2Flaser.qc;h=49aa033c17ae3092f4acd65adbe9b151d424c98c;hb=49af10f3413b96e52055359d42288dbf5ec6972b;hp=03ea99303297efc1605599b11fe622017fe60334;hpb=d15a2b33681ddfeb3d734846505fd55339ac4054;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/laser.qc b/qcsrc/client/laser.qc index 03ea99303..49aa033c1 100644 --- a/qcsrc/client/laser.qc +++ b/qcsrc/client/laser.qc @@ -10,11 +10,6 @@ .float scale; // scaling factor of the thickness .float modelscale; // scaling factor of the dlight -// TODO move these into a heade file -float trace_dphitq3surfaceflags; -float Q3SURFACEFLAG_SKY = 4; // sky surface (also has NOIMPACT and NOMARKS set) -float Q3SURFACEFLAG_NOIMPACT = 16; // projectiles should remove themselves on impact (this is set on sky) - void Draw_Laser() { if(!self.state)