X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=data%2Fqcsrc%2Fclient%2Fmain.qh;h=eac98e3d9eef674008727965e322212b0259084c;hb=2c56e75249796d328ef73cd48fa3dc827c9ed16c;hp=949ff1bfedcf2e403ffff45d64c00b7ac091acc9;hpb=349bedd7f6951855e0f6f559624e7f5d077414d7;p=voretournament%2Fvoretournament.git diff --git a/data/qcsrc/client/main.qh b/data/qcsrc/client/main.qh index 949ff1bf..eac98e3d 100644 --- a/data/qcsrc/client/main.qh +++ b/data/qcsrc/client/main.qh @@ -161,10 +161,14 @@ void centerprint(string strMessage); #define ALPHA_MIN_VISIBLE 0.003 +float g_campaign; + float armorblockpercent; float g_weaponswitchdelay; +float g_vore; float g_balance_vore_swallow_limit; +float armor_max; //hooks float calledhooks; @@ -173,3 +177,5 @@ float calledhooks; .float ping, ping_packetloss, ping_movementloss; .float plhealth, plpredator; + +entity entcs_receiver[255]; // 255 is the engine limit on maxclients