[client] fix missing release_key_binds for mouse sensitivity bindings

This commit is contained in:
Geoffrey McRae 2020-04-23 18:00:17 +10:00
parent e3cbdd18a0
commit 243efcd51a
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
B1-178-g4758caa772+1
B1-180-ge3cbdd18a0+1

View File

@ -1158,6 +1158,8 @@ static void release_key_binds()
app_release_keybind(&state.kbFS);
app_release_keybind(&state.kbInput);
app_release_keybind(&state.kbQuit);
app_release_keybind(&state.kbMouseSensInc);
app_release_keybind(&state.kbMouseSensDec);
for(int i = 0; i < 12; ++i)
app_release_keybind(&state.kbCtrlAltFn[i]);
}