]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Move antilag_debug to where it belongs
authorSamual Lenks <samual@xonotic.org>
Tue, 31 Dec 2013 13:32:23 +0000 (08:32 -0500)
committerSamual Lenks <samual@xonotic.org>
Tue, 31 Dec 2013 13:32:23 +0000 (08:32 -0500)
qcsrc/server/antilag.qh
qcsrc/server/weapons/tracing.qh

index cadb45a14d981fa0d2e9b26449dff0474eb38099..b89f12bb153ec852d01a6f8553af37644d2d1345 100644 (file)
@@ -5,5 +5,7 @@ void antilag_takeback(entity e, float t);
 void antilag_restore(entity e);
 void antilag_clear(entity e);
 
+.float antilag_debug;
+
 #define ANTILAG_LATENCY(e) min(0.4, e.ping * 0.001)
 // add one ticrate?
index 433163d824c27ac1f291b879bf049f6b06060277..49605e8f2183a4fb694da3cb38e64c74b96e0268 100644 (file)
@@ -1,5 +1,3 @@
-.float antilag_debug;
-
 vector w_shotorg;
 vector w_shotdir;
 vector w_shotend;