]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/mutators/mutator/damagetext/_mod.inc
Don't adjust player alpha for the invisibility powerup while inside a vehicle, fixes...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mutators / mutator / damagetext / _mod.inc
index b5dfbc32abe990c5abc382684909d6f879086078..29773d31f2f0ca05b55319bedba1c7ef44f96de6 100644 (file)
@@ -1,2 +1,11 @@
 // generated file; do not modify
 #include <common/mutators/mutator/damagetext/damagetext.qc>
+#ifdef CSQC
+    #include <common/mutators/mutator/damagetext/cl_damagetext.qc>
+#endif
+#ifdef SVQC
+    #include <common/mutators/mutator/damagetext/sv_damagetext.qc>
+#endif
+#ifdef MENUQC
+    #include <common/mutators/mutator/damagetext/ui_damagetext.qc>
+#endif