]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/main.qh
Add menu_gamemenu client cvar for the in-game menu
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / main.qh
index 1f1c29002dfcc3df1b4224c8566e350a007a8c60..b050fcd648a6d6d0e637ec8ed5e3958c24a9a604 100644 (file)
@@ -20,6 +20,7 @@ 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 = true;
+bool autocvar_menu_gamemenu = true;
 
 // Map coordinate base calculations need these
 vector mi_center;