projects
/
xonotic
/
xonotic-data.pk3dir.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'master' into martin-t/globals
[xonotic/xonotic-data.pk3dir.git]
/
qcsrc
/
common
/
gamemodes
/
_mod.inc
diff --git
a/qcsrc/common/gamemodes/_mod.inc
b/qcsrc/common/gamemodes/_mod.inc
index 0b779498b186ad5a57ba3373155f79baa6969a22..90cfa6aa4ce1b4a089bbada081774d692e92b8df 100644
(file)
--- a/
qcsrc/common/gamemodes/_mod.inc
+++ b/
qcsrc/common/gamemodes/_mod.inc
@@
-1,2
+1,7
@@
// generated file; do not modify
-#include <common/gamemodes/all.qc>
+#include <common/gamemodes/rules.qc>
+#ifdef SVQC
+ #include <common/gamemodes/sv_rules.qc>
+#endif
+
+#include <common/gamemodes/gamemode/_mod.inc>