X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fmain.qh;h=43e7b64995e3b991f05b72f0623f684fa2892acd;hb=f0e4cbdeab56f82814323397131337b5cbc312e0;hp=9d47e601fff8423307f14ca460d1e6e6505cf52a;hpb=4badd300fc3492785f3dc36789b43e52d782beb1;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/main.qh b/qcsrc/client/main.qh index 9d47e601f..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 @@ -141,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 @@ -166,5 +158,4 @@ entity entcs_receiver[255]; // 255 is the engine limit on maxclients float hud; float view_quality; - -float cvar_clientsettemp(string cv, string val); +float framecount;