]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/movetypes.qh
Remove redundant uses of `var`
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / movetypes.qh
index 72beb6a4af66318df53509ec55965e98aaa8cb91..db2266dfae27355e5424ef9db672100f28d81813 100644 (file)
@@ -14,7 +14,7 @@
 .float move_nomonsters; // -1 for MOVE_NORMAL, otherwise a MOVE_ constant
 
 // should match sv_gameplayfix_fixedcheckwatertransition
-var float autocvar_cl_gameplayfix_fixedcheckwatertransition = 1;
+float autocvar_cl_gameplayfix_fixedcheckwatertransition = 1;
 
 void Movetype_Physics_MatchTicrate(float tr, bool sloppy);
 void Movetype_Physics_MatchServer(bool sloppy);