]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/mutators/gamemode_nexball.qc
lib: move csqcmodellib and warpzonelib
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / gamemode_nexball.qc
index e95231ea41e7735e25f6b6d25a93d2cc7ad3f296..6d5cd7600d21525abf3cb0c50375fd3b34fa59ac 100644 (file)
@@ -1,10 +1,7 @@
 #include "gamemode_nexball.qh"
-#include "../_all.qh"
 
 #include "gamemode.qh"
 
-#include "../../common/triggers/trigger/jumppads.qh"
-
 float autocvar_g_nexball_basketball_bouncefactor;
 float autocvar_g_nexball_basketball_bouncestop;
 float autocvar_g_nexball_basketball_carrier_highspeed;
@@ -774,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)
@@ -969,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)