Skip to content

Commit

Permalink
Restore loading of user preferences at start-up (bug #24427)
Browse files Browse the repository at this point in the history
Loading of user preferences - or user hot-keys at the very least - were broken with the deletion at 28be388#diff-fce7a1e6525522f3e4ab47349051a806L770

This restores loading of user preferences at start-up.
  • Loading branch information
Wedge009 committed Feb 18, 2016
1 parent 7bbb184 commit 964d7bb
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 964d7bb

Please sign in to comment.