]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/mutators/gamemode_keepaway.qc
Merge branch 'master' into terencehill/hud_cleanups
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / gamemode_keepaway.qc
index b265e41d3d5ae47a29097f683546e602da99e87a..b4951c6e70d21299a119cf27ef310e9ea53c4eac 100644 (file)
@@ -1,5 +1,4 @@
 #include "gamemode_keepaway.qh"
-#include "../_all.qh"
 
 #include "gamemode.qh"
 
@@ -356,6 +355,9 @@ MUTATOR_HOOKFUNCTION(ka_PlayerPowerups)
        return 0;
 }
 
+.float stat_sv_airspeedlimit_nonqw;
+.float stat_sv_maxspeed;
+
 MUTATOR_HOOKFUNCTION(ka_PlayerPhysics)
 {SELFPARAM();
        if(self.ballcarried)