From: Martin Taibr Date: Mon, 14 Aug 2017 17:01:39 +0000 (+0200) Subject: from fixme to todo X-Git-Tag: xonotic-v0.8.5~2430^2~17 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=9c78d8db3bf92fce3e31e9f07251027c07f79f06;p=xonotic%2Fxonotic-data.pk3dir.git from fixme to todo --- diff --git a/qcsrc/common/mutators/mutator/dodging/sv_dodging.qc b/qcsrc/common/mutators/mutator/dodging/sv_dodging.qc index cf1a33949..fdaa89499 100644 --- a/qcsrc/common/mutators/mutator/dodging/sv_dodging.qc +++ b/qcsrc/common/mutators/mutator/dodging/sv_dodging.qc @@ -1,5 +1,7 @@ #include "sv_dodging.qh" +// TODO the CSQC blocks in this sv_ file are currently not compiled but will be when dodging prediction gets enabled + #define PHYS_DODGING g_dodging #define PHYS_DODGING_DELAY autocvar_sv_dodging_delay #define PHYS_DODGING_DISTANCE_THRESHOLD autocvar_sv_dodging_wall_distance_threshold @@ -29,7 +31,7 @@ #define PHYS_DODGING_MAXSPEED STAT(DODGING_MAXSPEED, this) #endif -#ifdef CSQC // FIXME this is an sv_ file, none of this will even be compiled +#ifdef CSQC #define PHYS_DODGING_FRAMETIME (1 / (frametime <= 0 ? 60 : frametime)) #define PHYS_DODGING_TIMEOUT(s) STAT(DODGING_TIMEOUT) #define PHYS_DODGING_PRESSED_KEYS(s) (s).pressedkeys