Fix game pause in singleplayer
This commit is contained in:
@@ -242,6 +242,8 @@ class GUIFormSpecMenu : public GUIModalMenu
|
||||
void acceptInput(FormspecQuitMode quitmode);
|
||||
bool preprocessEvent(const SEvent& event);
|
||||
bool OnEvent(const SEvent& event);
|
||||
bool doPause;
|
||||
bool pausesGame() { return doPause; }
|
||||
|
||||
GUITable* getTable(std::wstring tablename);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user