]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/qcsrc/client/main.qh
Value based color for the stomach board capacity indicator
[voretournament/voretournament.git] / data / qcsrc / client / main.qh
index c35f072c2942a5e7163643d48471c951f710fea4..245ed88606c3b26393aae8993e1f34843a525dcb 100644 (file)
@@ -94,8 +94,8 @@ string scores_label[MAX_SCORE];
 float scores_flags[MAX_SCORE];\r
 string teamscores_label[MAX_SCORE];\r
 float teamscores_flags[MAX_SCORE];\r
-.float scores[MAX_SCORE]; FTEQCC_YOU_SUCK_THIS_IS_NOT_UNREFERENCED(scores);\r
-.float teamscores[MAX_TEAMSCORE]; FTEQCC_YOU_SUCK_THIS_IS_NOT_UNREFERENCED(teamscores);\r
+.float scores[MAX_SCORE];\r
+.float teamscores[MAX_TEAMSCORE];\r
 \r
 #define IS_INCREASING(x) ( (x)&SFL_LOWER_IS_BETTER )\r
 #define IS_DECREASING(x) ( !((x)&SFL_LOWER_IS_BETTER) )\r
@@ -161,15 +161,22 @@ void centerprint(string strMessage);
 \r
 #define ALPHA_MIN_VISIBLE 0.003\r
 \r
+float g_campaign;\r
+\r
 float armorblockpercent;\r
 float g_weaponswitchdelay;\r
 \r
-float g_balance_vore_swallow_limit, g_vore_showpreyhealth;\r
+float g_vore;\r
+float g_healthsize, g_healthsize_min, g_healthsize_max;\r
+float armor_max;\r
+float teamheal_max;\r
 \r
-//grabbers\r
-float calledgrabbers;\r
-#define GRABBER_START    1\r
-#define GRABBER_END      2\r
+//hooks\r
+float calledhooks;\r
+#define HOOK_START    1\r
+#define HOOK_END      2\r
 \r
 .float ping, ping_packetloss, ping_movementloss;\r
-.float plhealth, pleater;\r
+.float plhealth, plpredator;\r
+\r
+entity entcs_receiver[255]; // 255 is the engine limit on maxclients\r