From c2854a83182b5d474b72ffd9d0c17d0b99c2218a Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Wed, 4 Jul 2018 21:58:15 -0700 Subject: XEEN: Fix using mouse click to close message dialogs --- engines/xeen/dialogs/dialogs.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/xeen/dialogs/dialogs.cpp') diff --git a/engines/xeen/dialogs/dialogs.cpp b/engines/xeen/dialogs/dialogs.cpp index d5c732e51a..88fed8dfd5 100644 --- a/engines/xeen/dialogs/dialogs.cpp +++ b/engines/xeen/dialogs/dialogs.cpp @@ -185,6 +185,10 @@ void ButtonContainer::loadStrings(const Common::String &name, int ccMode) { f.close(); } +void ButtonContainer::setWaitBounds() { + _waitBounds = Common::Rect(8, 8, 224, 140); +} + /*------------------------------------------------------------------------*/ void SettingsBaseDialog::showContents(SpriteResource &title1, bool waitFlag) { -- cgit v1.2.3