1
0
Fork 1
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:
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: