From: Mario Date: Sun, 24 Jul 2016 04:31:01 +0000 (+1000) Subject: Fix compile X-Git-Tag: xonotic-v0.8.2~700^2~44 X-Git-Url: http://de.git.xonotic.org/?a=commitdiff_plain;h=a9c60b177b74acdc33fc3220999991c7e11643ef;p=xonotic%2Fxonotic-data.pk3dir.git Fix compile --- 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;