X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=qcsrc%2Fclient%2Fmain.qh;h=43e7b64995e3b991f05b72f0623f684fa2892acd;hb=5267c39cfc36d08c709fdf74cdb504053e51a9c3;hp=c9f23b93bfdee87f9c35575078d2e46c6e132b6d;hpb=78b8f2f9a9ada430306ab3cb8ad435b8a794f289;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/main.qh b/qcsrc/client/main.qh index c9f23b93b..43e7b6499 100644 --- a/qcsrc/client/main.qh +++ b/qcsrc/client/main.qh @@ -17,14 +17,6 @@ float menu_visible; var void() menu_show; var float(float bInputType, float nPrimary, float nSecondary) menu_action; -// -------------------------------------------------------------------------- -// CTF - -#ifdef CTF_EXAMPLE -void() ctf_menu_show; -string ctf_temp_1; -#endif - // -------------------------------------------------------------------------- // Onslaught @@ -117,6 +109,7 @@ float spectatorbutton_zoom; float button_attack2; float activeweapon; +float switchingweapon; float switchweapon; float current_viewzoom; float zoomin_effect; @@ -130,10 +123,6 @@ float ready_waiting_for_me; float vote_waiting; float vote_waiting_for_me; -float previous_game_starttime; -entity restartAnnouncer; //a temporary entity which will play the countdown sounds 3, 2, 1 for the client -void restartAnnouncer_Think(); - float current_zoomfraction; float cs_project_is_b0rked; @@ -144,7 +133,7 @@ float chase_active_backup; float camera_roll; vector camera_direction; -void centerprint(string strMessage); +void centerprint_hud(string strMessage); void centerprint_generic(float new_id, string strMessage, float duration, float countdown_num); #define ALPHA_MIN_VISIBLE 0.003 @@ -168,3 +157,5 @@ float g_trueaim_minrange; entity entcs_receiver[255]; // 255 is the engine limit on maxclients float hud; +float view_quality; +float framecount;