Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Singleplayer: Pause game in the key change dialog
Fixes #6201. @t0ny2 pointed to the right place. Thanks!
  • Loading branch information
SmallJoker committed Aug 7, 2017
1 parent 8325d7f commit 154b61a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/guiKeyChangeMenu.h
Expand Up @@ -58,6 +58,8 @@ class GUIKeyChangeMenu : public GUIModalMenu

bool OnEvent(const SEvent &event);

bool pausesGame() { return true; }

private:
void init_keys();

Expand Down

0 comments on commit 154b61a

Please sign in to comment.