X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fmain.qh;h=6788daad18d229f17499c3f7f38b425d839252d5;hb=4d89135c486ca6d2b04118cf861c28f557ab4d30;hp=f00e49c532a40cc0eaa1086aa143d11dee828955;hpb=353583ae1fbdd0c6fc7c2b53148e4e5e868eec99;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/main.qh b/qcsrc/client/main.qh index f00e49c53..6788daad1 100644 --- a/qcsrc/client/main.qh +++ b/qcsrc/client/main.qh @@ -20,8 +20,10 @@ var float(float bInputType, float nPrimary, float nSecondary) menu_action; // -------------------------------------------------------------------------- // CTF +#ifdef CTF_EXAMPLE void() ctf_menu_show; string ctf_temp_1; +#endif // -------------------------------------------------------------------------- // Onslaught @@ -80,9 +82,6 @@ float hud_size[MAX_HUD_FIELDS + 1]; string hud_title[MAX_HUD_FIELDS + 1]; float hud_num_fields; -float hud_font; -float hud_bigfont; - string scores_label[MAX_SCORE]; float scores_flags[MAX_SCORE]; string teamscores_label[MAX_SCORE]; @@ -95,7 +94,6 @@ float teamscores_flags[MAX_SCORE]; vector hud_fontsize; -vector hud_fontsize_spec; float RANKINGS_RECEIVED_CNT; string grecordholder[RANKINGS_CNT]; @@ -117,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; @@ -162,5 +157,12 @@ float calledhooks; .float ping, ping_packetloss, ping_movementloss; -float g_balance_grenadelauncher_secondary_bouncefactor; -float g_balance_grenadelauncher_secondary_bouncestop; +float g_balance_grenadelauncher_bouncefactor; +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;