projects
/
xonotic
/
xonotic-data.pk3dir.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add a mutator hook to indicate whether the physics HUD panel should be shown when...
[xonotic/xonotic-data.pk3dir.git]
/
qcsrc
/
common
/
gamemodes
/
gamemode
/
cts
/
_mod.qh
diff --git
a/qcsrc/common/gamemodes/gamemode/cts/_mod.qh
b/qcsrc/common/gamemodes/gamemode/cts/_mod.qh
index
e062122
..
5e9ba63
100644
(file)
--- a/
qcsrc/common/gamemodes/gamemode/cts/_mod.qh
+++ b/
qcsrc/common/gamemodes/gamemode/cts/_mod.qh
@@
-1,5
+1,8
@@
// generated file; do not modify
#include <common/gamemodes/gamemode/cts/cts.qh>
+#ifdef CSQC
+ #include <common/gamemodes/gamemode/cts/cl_cts.qh>
+#endif
#ifdef SVQC
#include <common/gamemodes/gamemode/cts/sv_cts.qh>
#endif