mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-20 06:40:09 +00:00
Fix being able to escape interactive messageboxes
This commit is contained in:
parent
db650df416
commit
e9d81fdf5a
@ -77,6 +77,8 @@ namespace MWGui
|
||||
void mousePressed (MyGUI::Widget* _widget);
|
||||
int readPressedButton ();
|
||||
|
||||
virtual bool exit() { return false; }
|
||||
|
||||
bool mMarkedToDelete;
|
||||
|
||||
private:
|
||||
|
Loading…
x
Reference in New Issue
Block a user