From 3874465bdbb6d4449f0bb803e8d8db955757c872 Mon Sep 17 00:00:00 2001 From: Nicola Mettifogo Date: Sat, 21 Feb 2009 05:19:35 +0000 Subject: Fix for bug #1864270. Music now goes on after the the credits have been displayed in the Amiga demo version of Nippon Safes. svn-id: r38664 --- engines/parallaction/gui_ns.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/parallaction/gui_ns.cpp b/engines/parallaction/gui_ns.cpp index a4df53ad90..57fd4b6c39 100644 --- a/engines/parallaction/gui_ns.cpp +++ b/engines/parallaction/gui_ns.cpp @@ -708,10 +708,10 @@ public: } virtual void enter() { - _vm->_soundMan->stopMusic(); _vm->_input->setMouseState(MOUSE_DISABLED); if (!_isDemo) { + _vm->_soundMan->stopMusic(); int label = _vm->_gfx->createLabel(_vm->_menuFont, "CLICK MOUSE BUTTON TO START", 1); _vm->_gfx->showLabel(label, CENTER_LABEL_HORIZONTAL, 80); } -- cgit v1.2.3