From: Martin Taibr Date: Fri, 11 Aug 2017 22:11:18 +0000 (+0200) Subject: question for someone else X-Git-Tag: xonotic-v0.8.5~2430^2~24 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=7476f978fdda8e69147e27fa3f33c3e2600fea82;p=xonotic%2Fxonotic-data.pk3dir.git question for someone else --- 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