X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fmain.qh;h=28536c256b017f5f7a0397e86728c90fe0d4682f;hb=ae85d60ebc101e971a9dee8937c01309070add68;hp=9d47e601fff8423307f14ca460d1e6e6505cf52a;hpb=4badd300fc3492785f3dc36789b43e52d782beb1;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/main.qh b/qcsrc/client/main.qh index 9d47e601f..28536c256 100644 --- a/qcsrc/client/main.qh +++ b/qcsrc/client/main.qh @@ -1,5 +1,3 @@ -const string string_null; - // -------------------------------------------------------------------------- // MENU Functionality @@ -17,14 +15,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 +131,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 +156,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;