From a9c60b177b74acdc33fc3220999991c7e11643ef Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 24 Jul 2016 14:31:01 +1000 Subject: [PATCH] Fix compile --- qcsrc/common/mutators/mutator/dodging/dodging.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/common/mutators/mutator/dodging/dodging.qc b/qcsrc/common/mutators/mutator/dodging/dodging.qc index 6705664a5..23ef0cc8d 100644 --- a/qcsrc/common/mutators/mutator/dodging/dodging.qc +++ b/qcsrc/common/mutators/mutator/dodging/dodging.qc @@ -123,7 +123,7 @@ float PM_dodging_checkpressedkeys(entity this) makevectors(this.angles); - if(!PHYS_DODGING_AIR(this)) + if(!PHYS_DODGING_AIR) if (check_close_to_ground(this, PHYS_DODGING_HEIGHT_THRESHOLD) != 1 && check_close_to_wall(this, PHYS_DODGING_DISTANCE_THRESHOLD) != 1) return true; -- 2.39.2