1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-18 04:10:06 +00:00

Fix being able to escape interactive messageboxes

This commit is contained in:
scrawl 2017-09-27 22:00:20 +02:00
parent db650df416
commit e9d81fdf5a

View File

@ -77,6 +77,8 @@ namespace MWGui
void mousePressed (MyGUI::Widget* _widget);
int readPressedButton ();
virtual bool exit() { return false; }
bool mMarkedToDelete;
private: