Skip to content

Commit

Permalink
Don't clear the keymap when loading from file so that the default con…
Browse files Browse the repository at this point in the history
…fig is preserved
  • Loading branch information
Grumbel committed Aug 29, 2014
1 parent cbf531a commit 2372988
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/control/keyboard_config.cpp
Expand Up @@ -54,7 +54,6 @@ KeyboardConfig::read(const lisp::Lisp& keymap_lisp)
keymap_lisp.get("sdl2", config_is_sdl2);
if (config_is_sdl2)
{
keymap.clear();
keymap_lisp.get("jump-with-up", jump_with_up_kbd);
lisp::ListIterator iter(&keymap_lisp);
while(iter.next())
Expand Down

0 comments on commit 2372988

Please sign in to comment.