X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fmain.qh;h=6788daad18d229f17499c3f7f38b425d839252d5;hb=c0749f44cb2c0c7bd5f3a4ca785e1d34a31a4133;hp=970a1aa0b73d8fc223884e19518ff8a12ced06c6;hpb=406b13f464e47f8ca373b6bbe8ebe3bfc0f6be44;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/main.qh b/qcsrc/client/main.qh index 970a1aa0b..6788daad1 100644 --- a/qcsrc/client/main.qh +++ b/qcsrc/client/main.qh @@ -115,16 +115,13 @@ vector view_origin, view_angles, view_forward, view_right, view_up; float button_zoom; float spectatorbutton_zoom; float button_attack2; + float activeweapon; float current_viewzoom; float zoomin_effect; -float ignore_plus_zoom; -float ignore_minus_zoom; float warmup_stage; string getcommandkey(string text, string command); -float hud_showbinds; -float hud_showbinds_limit; string vote_called_vote; float ready_waiting; @@ -165,3 +162,7 @@ float g_balance_grenadelauncher_bouncestop; float g_balance_electro_secondary_bouncefactor; float g_balance_electro_secondary_bouncestop; float g_trueaim_minrange; + +entity entcs_receiver[255]; // 255 is the engine limit on maxclients + +float hud;