]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/qcsrc/client/main.qh
Offset the names for scaled players, to match the proper scale
[voretournament/voretournament.git] / data / qcsrc / client / main.qh
index c35f072c2942a5e7163643d48471c951f710fea4..f1e52b9441b7619edde2fa09f23b5930b5aef838 100644 (file)
@@ -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_balance_vore_swallow_limit;\r
+float g_healthsize;\r
+float armor_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