]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/constants.qh
remove gl_polyblend, and let a CSQC fullscreen image with blood splatter (thanks...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / constants.qh
index 9eb7a1610e42862c7e1d8725b1af06c8f507fb58..963dfb9eb1b42a32033eebbeafbf7fbcc9042603 100644 (file)
@@ -293,6 +293,7 @@ float CVAR_READONLY = 4;
 ///////////////////////////
 // csqc communication stuff
 
+const float STAT_CSHIFT_DAMAGE = 1;
 const float STAT_KH_KEYS = 32;
 const float STAT_CTF_STATE = 33;
 const float STAT_WEAPONS = 35;
@@ -646,3 +647,5 @@ string HUD_PANELNAME_ENGINEINFO             = "engineinfo";
 string HUD_PANELNAME_INFOMESSAGES      = "infomessages";
 
 float HUD_MENU_ENABLE          = 0;
+
+#define SERVERFLAG_ALLOW_FULLBRIGHT 1