Singleplayer: Pause game in the key change dialog
Fixes #6201. @t0ny2 pointed to the right place. Thanks!master
parent
8325d7f482
commit
154b61ac5e
|
@ -58,6 +58,8 @@ public:
|
|||
|
||||
bool OnEvent(const SEvent &event);
|
||||
|
||||
bool pausesGame() { return true; }
|
||||
|
||||
private:
|
||||
void init_keys();
|
||||
|
||||
|
|
Loading…
Reference in New Issue