X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fmain.qh;h=b050fcd648a6d6d0e637ec8ed5e3958c24a9a604;hb=369dd6ba78e2ac780c484599848990804857177b;hp=1f1c29002dfcc3df1b4224c8566e350a007a8c60;hpb=9fdf55259f13c2b133fc0b4b6adbc31ebf607ac9;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/main.qh b/qcsrc/client/main.qh index 1f1c29002..b050fcd64 100644 --- a/qcsrc/client/main.qh +++ b/qcsrc/client/main.qh @@ -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;