]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/laser.qc
Clean up macros
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / laser.qc
index 861011f3b9f37808ec70dd2885d354b9fcd0e044..d6a3d7d9c21a132710a5ae6e378ba1b66a62d34d 100644 (file)
@@ -19,7 +19,7 @@ void Draw_Laser()
        {
                if(self.count & 0x10)
                {
-                       trace_endpos = self.velocity,
+                       trace_endpos = self.velocity;
                        trace_dphitq3surfaceflags = 0;
                }
                else