Skip to content

Commit

Permalink
Merge pull request #606 from Wedge009/bug_24427_fix
Browse files Browse the repository at this point in the history
Restore loading of user hot-keys at start-up (bug #24427)
  • Loading branch information
gfgtdf committed Feb 20, 2016
2 parents da86bcb + 964d7bb commit fe3709d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/wesnoth.cpp
Expand Up @@ -770,6 +770,8 @@ static int do_gameloop(const std::vector<std::string>& args)
? gui2::ttitle_screen::LOAD_GAME
: gui2::ttitle_screen::NOTHING;

preferences::load_hotkeys();

const font::floating_label_context label_manager;

cursor::set(cursor::NORMAL);
Expand Down

0 comments on commit fe3709d

Please sign in to comment.