mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Singleplayer: Pause game in the key change dialog
Fixes #6201. @t0ny2 pointed to the right place. Thanks!
This commit is contained in:
parent
8325d7f482
commit
154b61ac5e
1 changed files with 2 additions and 0 deletions
|
@ -58,6 +58,8 @@ public:
|
||||||
|
|
||||||
bool OnEvent(const SEvent &event);
|
bool OnEvent(const SEvent &event);
|
||||||
|
|
||||||
|
bool pausesGame() { return true; }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void init_keys();
|
void init_keys();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue