]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/main.qh
Merge branch 'z411/gamemenu_cvar' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / main.qh
index 00dd149638de748bb50cf927b89ec9e20a2c5f92..1f9e6a9a03e5aa1f78ef13dd78a8de13b79853ca 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;