1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02:00

Singleplayer: Pause game in the key change dialog

Fixes #6201. @t0ny2 pointed to the right place. Thanks!
This commit is contained in:
SmallJoker
2017-08-07 14:53:58 +02:00
parent 8325d7f482
commit 154b61ac5e

View File

@@ -58,6 +58,8 @@ public:
bool OnEvent(const SEvent &event);
bool pausesGame() { return true; }
private:
void init_keys();