Skip to content

Commit 154b61a

Browse files
committedAug 7, 2017
Singleplayer: Pause game in the key change dialog
Fixes #6201. @t0ny2 pointed to the right place. Thanks!
1 parent 8325d7f commit 154b61a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/guiKeyChangeMenu.h

+2
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ class GUIKeyChangeMenu : public GUIModalMenu
5858

5959
bool OnEvent(const SEvent &event);
6060

61+
bool pausesGame() { return true; }
62+
6163
private:
6264
void init_keys();
6365

0 commit comments

Comments
 (0)
Please sign in to comment.