X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmutators%2Fmutator%2Fdodging%2Fsv_dodging.qc;h=261dc192f4620830df7b478a2540b8056b8a8be7;hb=7476f978fdda8e69147e27fa3f33c3e2600fea82;hp=c6f2608a79f0ce61c97a9eb8ca394723befe9fc7;hpb=be7aef386e389ad33b350c646393f2a64232e650;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/mutators/mutator/dodging/sv_dodging.qc b/qcsrc/common/mutators/mutator/dodging/sv_dodging.qc index c6f2608a7..261dc192f 100644 --- a/qcsrc/common/mutators/mutator/dodging/sv_dodging.qc +++ b/qcsrc/common/mutators/mutator/dodging/sv_dodging.qc @@ -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