]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/main.qh
cl_welcome_in_menu_dialog 1 "1: show the welcome message in a dedicated menu dialog...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / main.qh
index 83417c08d9c59ecd7a54c493f8c1bc40ec999d7f..56dae7f4f191d5216faf83e120c9d86447bd3444 100644 (file)
@@ -19,6 +19,7 @@ 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;