]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/monsters/all.inc
Make monsters unable to pass through player clips (fixes potential cheats with monste...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / monsters / all.inc
index d30f29894ec12ccf4a952a11b8bb2307a8593842..f44cabc5da6e0e8c96cb13952c15be37ced0993a 100644 (file)
@@ -1,5 +1,10 @@
-#include "monster/zombie.qc"
-#include "monster/spider.qc"
+#ifndef MENUQC
+#include "../animdecide.qh"
+vector animfixfps(entity e, vector a, vector b);
+#endif
+
 #include "monster/mage.qc"
-#include "monster/wyvern.qc"
 #include "monster/shambler.qc"
+#include "monster/spider.qc"
+#include "monster/wyvern.qc"
+#include "monster/zombie.qc"