]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/xonotic/keybinder.c
Add cvar hud_panel_weapons_label_scale
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / keybinder.c
index 6fe961871c14c99ca0873e385d3af1e21593e826..c312e382656105a4824bd3b6e3c3568df0ee36ae 100644 (file)
@@ -240,6 +240,7 @@ void KeyBinder_Bind_Clear(entity btn, entity me)
 }
 void KeyBinder_Bind_Reset_All(entity btn, entity me)
 {
+       localcmd("unbindall\n");
        localcmd("exec binds-default.cfg\n");
        localcmd("-zoom\n"); // to make sure we aren't in togglezoom'd state
        cvar_set("_hud_showbinds_reload", "1");