X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2FView.qc;h=29bf68e2594b724d4d20b5b36f105c9fb0616944;hp=dccee35de1559ccf42e6773ee2be22b0f564c98a;hb=19ab1a2ba6824a03f8d263d27cc84dc7d54958ac;hpb=9db1d38250e9382ab4b86b3d52af6878f3db86c4 diff --git a/qcsrc/client/View.qc b/qcsrc/client/View.qc index dccee35de..29bf68e25 100644 --- a/qcsrc/client/View.qc +++ b/qcsrc/client/View.qc @@ -392,6 +392,13 @@ void CSQC_UpdateView(float w, float h) hud = getstati(STAT_HUD); + if(autocvar__hud_showbinds_reload) // menu can set this one + { + db_close(binddb); + binddb = db_create(); + cvar_set("_hud_showbinds_reload", "0"); + } + if(checkextension("DP_CSQC_MINFPS_QUALITY")) view_quality = getproperty(VF_MINFPS_QUALITY); else