]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/sv_main.qc
Remove some leftovers from merge
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / sv_main.qc
index 5779a511dbb4a230af53322461c125a917c43bf5..6f916a2f553958aefd157c11a3ccafdf2be3d5dd 100644 (file)
@@ -1,4 +1,4 @@
-#include "_.qh"
+#include "_all.qh"
 
 #include "anticheat.qh"
 #include "g_hook.qh"
@@ -10,7 +10,6 @@
 #include "command/common.qh"
 
 #include "mutators/mutators_include.qh"
-#include "vehicles/vehicles_def.qh"
 #include "weapons/csqcprojectile.qh"
 
 #include "../common/constants.qh"
@@ -18,7 +17,8 @@
 #include "../common/mapinfo.qh"
 #include "../common/util.qh"
 
-#include "../common/weapons/weapons.qh"
+#include "../common/vehicles/sv_vehicles.qh"
+#include "../common/weapons/all.qh"
 
 #include "../csqcmodellib/sv_model.qh"
 
@@ -140,6 +140,7 @@ void CreatureFrame (void)
                        if (g_footsteps)
                        if (!gameover)
                        if (self.flags & FL_ONGROUND)
+                       if (!self.crouch)
                        if (velocity_len > autocvar_sv_maxspeed * 0.6)
                        if (!self.deadflag)
                        if (time < self.lastground + 0.2)