]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/main.qh
Remove legacy MOTD centreprint (retaining support for old servers)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / main.qh
index a2b0fe31c962c70277b5e6987eda31e997df5a3a..bc16a86434e48ed271b5cca7924a10ddf63af4e7 100644 (file)
@@ -19,7 +19,6 @@ bool autocvar__hud_showbinds_reload;
 bool autocvar_developer_csqcentities;
 bool autocvar_cl_race_cptimes_onlyself; // TODO: move to race gamemode
 bool autocvar_cl_race_cptimes_showself = false;
-bool autocvar_cl_welcome_in_menu_dialog = true;
 
 // Map coordinate base calculations need these
 vector mi_center;
@@ -106,7 +105,6 @@ bool warmup_stage;
 string hostname;
 string welcome_msg;
 float welcome_msg_menu_check_maxtime;
-bool welcome_msg_force_centerprint;
 void Welcome_Message_Show_Try();
 
 void Fog_Force();