]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/monsters/_mod.inc
Fix vehicles getting attacked by turrets when the game is over
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / monsters / _mod.inc
index f9d80b3f4e36f6de4e97cc4e84fe442b559e8e5b..be50e5503f70f2d660263fd15f68c98aa991bd40 100644 (file)
@@ -1,4 +1,10 @@
 // generated file; do not modify
 #include <common/monsters/all.qc>
-#include <common/monsters/spawn.qc>
-#include <common/monsters/sv_monsters.qc>
+#ifdef SVQC
+    #include <common/monsters/sv_monsters.qc>
+#endif
+#ifdef SVQC
+    #include <common/monsters/sv_spawn.qc>
+#endif
+
+#include <common/monsters/monster/_mod.inc>