]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
question for someone else
authorMartin Taibr <taibr.martin@gmail.com>
Fri, 11 Aug 2017 22:11:18 +0000 (00:11 +0200)
committerMartin Taibr <taibr.martin@gmail.com>
Fri, 11 Aug 2017 22:11:18 +0000 (00:11 +0200)
qcsrc/common/mutators/mutator/dodging/sv_dodging.qc

index c6f2608a79f0ce61c97a9eb8ca394723befe9fc7..261dc192f4620830df7b478a2540b8056b8a8be7 100644 (file)
@@ -94,7 +94,7 @@ REGISTER_MUTATOR(dodging, true);
 // until it's 0.
 .float dodging_velocity_gain;
 
-#ifdef CSQC
+#ifdef CSQC // TODO what is this? 1) CSQC in sv_ file never even gets compiled 2) pressedkeys is only defined on server so this would be always 0
 .int pressedkeys;
 #endif