mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-03 16:19:41 +00:00
Fix being able to escape interactive messageboxes
This commit is contained in:
parent
db650df416
commit
e9d81fdf5a
1 changed files with 2 additions and 0 deletions
|
@ -77,6 +77,8 @@ namespace MWGui
|
|||
void mousePressed (MyGUI::Widget* _widget);
|
||||
int readPressedButton ();
|
||||
|
||||
virtual bool exit() { return false; }
|
||||
|
||||
bool mMarkedToDelete;
|
||||
|
||||
private:
|
||||
|
|
Loading…
Reference in a new issue