aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/dialogs.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-01-19 12:13:03 -0500
committerPaul Gilbert2015-01-19 12:13:03 -0500
commitec294d662e7d54a9927c2b85ec430e1519be5de7 (patch)
tree4154357408d88562bab79a80bdcc46c50ef5204b /engines/xeen/dialogs.cpp
parent687423b3612d61a18a9854010af56f7a98e5563d (diff)
downloadscummvm-rg350-ec294d662e7d54a9927c2b85ec430e1519be5de7.tar.gz
scummvm-rg350-ec294d662e7d54a9927c2b85ec430e1519be5de7.tar.bz2
scummvm-rg350-ec294d662e7d54a9927c2b85ec430e1519be5de7.zip
XEEN: Add extra ending code for pausing turns
Diffstat (limited to 'engines/xeen/dialogs.cpp')
-rw-r--r--engines/xeen/dialogs.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/xeen/dialogs.cpp b/engines/xeen/dialogs.cpp
index 824e8249ce..d1662aeb68 100644
--- a/engines/xeen/dialogs.cpp
+++ b/engines/xeen/dialogs.cpp
@@ -52,6 +52,7 @@ void ButtonContainer::addButton(const Common::Rect &bounds, int val, SpriteResou
bool ButtonContainer::checkEvents(XeenEngine *vm) {
EventsManager &events = *vm->_events;
+ _buttonValue = 0;
if (events._leftButton) {
// Check whether any button is selected