X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fmain.qh;h=1f9e6a9a03e5aa1f78ef13dd78a8de13b79853ca;hb=e583ff37fee58c79cd4d1cb046035fe5330d91e3;hp=1f1c29002dfcc3df1b4224c8566e350a007a8c60;hpb=f601dbac886cf2ca1e8adbdc7977abbf60ea5274;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/main.qh b/qcsrc/client/main.qh index 1f1c29002..1f9e6a9a0 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; @@ -97,6 +98,7 @@ vector view_origin, view_forward, view_right, view_up; bool button_zoom; bool spectatorbutton_zoom; +bool observe_blocked; bool button_attack2; float current_viewzoom;