From dacd7d4022ef049fbcf59a3b555b6d9ee8c1511e Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 7 Mar 2015 17:14:49 -0500 Subject: MADS: Correctly show main menu after showing credits --- engines/mads/nebular/menu_nebular.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'engines/mads/nebular/menu_nebular.cpp') diff --git a/engines/mads/nebular/menu_nebular.cpp b/engines/mads/nebular/menu_nebular.cpp index 358a978cfa..2fdef3443d 100644 --- a/engines/mads/nebular/menu_nebular.cpp +++ b/engines/mads/nebular/menu_nebular.cpp @@ -136,14 +136,12 @@ void MainMenu::doFrame() { addSpriteSlot(); } - _vm->_events->setCursor(CURSOR_ARROW); _vm->_events->showCursor(); } else { if ((_menuItemIndex == -1) || (_frameIndex == 0)) { if (++_menuItemIndex == 6) { // Reached end of display animation - _vm->_events->setCursor(CURSOR_ARROW); _vm->_events->showCursor(); return; } else if (_menuItemIndex == 4 && !shouldShowQuotes()) { -- cgit v1.2.3