X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fmain.qh;h=9349d9c5c4ce2bb13be2dba55659580467f4bcf2;hb=26ec33d6d19e627b43ac2cb51f83f890b5176293;hp=6efedb7deb6f52b2410793f5892d4df7c83de5ee;hpb=41cbc0d6fcf16784de3e7150582b0401659b51da;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/main.qh b/qcsrc/client/main.qh index 6efedb7de..9349d9c5c 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,3 @@ entity entcs_receiver[255]; // 255 is the engine limit on maxclients float hud; float view_quality; - -void cvar_clientsettemp(string cv, string val);