]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/mutators/gamemode_nexball.qc
#includes: cleanup server
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / gamemode_nexball.qc
index f65e058433ec146ec9799b5d77d672c1bb68c49b..6d5cd7600d21525abf3cb0c50375fd3b34fa59ac 100644 (file)
@@ -1,5 +1,4 @@
 #include "gamemode_nexball.qh"
-#include "../_all.qh"
 
 #include "gamemode.qh"
 
@@ -772,6 +771,8 @@ void W_Nexball_Attack(float t)
        //TODO: use the speed_up cvar too ??
 }
 
+vector trigger_push_calculatevelocity(vector org, entity tgt, float ht);
+
 void W_Nexball_Attack2(void)
 {SELFPARAM();
        if(self.ballcarried.enemy)
@@ -967,6 +968,9 @@ MUTATOR_HOOKFUNCTION(nexball_PlayerSpawn)
        return false;
 }
 
+.float stat_sv_airspeedlimit_nonqw;
+.float stat_sv_maxspeed;
+
 MUTATOR_HOOKFUNCTION(nexball_PlayerPhysics)
 {SELFPARAM();
        if(self.ballcarried)