]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Need advice: Add TODO comment for the gameplayfix cvar
authorSamual Lenks <samual@xonotic.org>
Tue, 24 Dec 2013 08:11:47 +0000 (03:11 -0500)
committerSamual Lenks <samual@xonotic.org>
Tue, 24 Dec 2013 08:11:47 +0000 (03:11 -0500)
qcsrc/client/movetypes.qh

index d3323954681ef846cae7cd4df85cf906e8bd2c59..a578e0c91dcc1220fce709e7f1f20f2553c62667 100644 (file)
@@ -13,7 +13,9 @@
 .float move_bounce_stopspeed;
 .float move_nomonsters; // -1 for MOVE_NORMAL, otherwise a MOVE_ constant
 
-float autocvar_sv_gameplayfix_fixedcheckwatertransition;
+// TODO: what to do with this? in Xonotic, we always have it enabled anyway
+// however, it is a server setting which could in theory be disabled...?
+float autocvar_sv_gameplayfix_fixedcheckwatertransition; 
 
 void Movetype_Physics_MatchTicrate(float tr, float sloppy);
 void Movetype_Physics_MatchServer(float sloppy);