]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix compile
authorMario <mario@smbclan.net>
Sun, 24 Jul 2016 04:31:01 +0000 (14:31 +1000)
committerMario <mario@smbclan.net>
Sun, 24 Jul 2016 04:31:01 +0000 (14:31 +1000)
qcsrc/common/mutators/mutator/dodging/dodging.qc

index 6705664a57e880cf7ccb086fadedf7b26365c764..23ef0cc8dc9a3fb2d5abd1a10e41ea8282db4674 100644 (file)
@@ -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;