]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/qcsrc/client/main.qh
Attempt to port the shownames feature from Xonotic (floating names above players...
[voretournament/voretournament.git] / data / qcsrc / client / main.qh
index 949ff1bfedcf2e403ffff45d64c00b7ac091acc9..eac98e3d9eef674008727965e322212b0259084c 100644 (file)
@@ -161,10 +161,14 @@ 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_vore;\r
 float g_balance_vore_swallow_limit;\r
+float armor_max;\r
 \r
 //hooks\r
 float calledhooks;\r
@@ -173,3 +177,5 @@ float calledhooks;
 \r
 .float ping, ping_packetloss, ping_movementloss;\r
 .float plhealth, plpredator;\r
+\r
+entity entcs_receiver[255]; // 255 is the engine limit on maxclients\r