From ec294d662e7d54a9927c2b85ec430e1519be5de7 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 19 Jan 2015 12:13:03 -0500 Subject: XEEN: Add extra ending code for pausing turns --- engines/xeen/dialogs.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/xeen/dialogs.cpp') 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 -- cgit v1.2.3