aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/dialogs/dialogs.h
diff options
context:
space:
mode:
authorPaul Gilbert2018-05-30 18:15:50 -0400
committerPaul Gilbert2018-05-30 18:15:50 -0400
commitb191cbf90967b59f075dbf5f51a5c6fb5587bfc7 (patch)
tree3b23a9bc2b02ff40339e9c5a67a3a1096af8055d /engines/xeen/dialogs/dialogs.h
parent34d73a56310f61a580949f91574b22b176f23308 (diff)
downloadscummvm-rg350-b191cbf90967b59f075dbf5f51a5c6fb5587bfc7.tar.gz
scummvm-rg350-b191cbf90967b59f075dbf5f51a5c6fb5587bfc7.tar.bz2
scummvm-rg350-b191cbf90967b59f075dbf5f51a5c6fb5587bfc7.zip
XEEN: Stop re-rolling new character stats when some areas of screen clicked
Diffstat (limited to 'engines/xeen/dialogs/dialogs.h')
-rw-r--r--engines/xeen/dialogs/dialogs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/xeen/dialogs/dialogs.h b/engines/xeen/dialogs/dialogs.h
index 9e79b1ea5b..e97e46c5d3 100644
--- a/engines/xeen/dialogs/dialogs.h
+++ b/engines/xeen/dialogs/dialogs.h
@@ -77,6 +77,7 @@ private:
protected:
Common::Array<UIButton> _buttons;
Common::StringArray _textStrings;
+ Common::Rect _waitBounds;
int _buttonValue;
bool checkEvents(XeenEngine *vm);