[Scummvm-cvs-logs] SF.net SVN: scummvm:[38664] scummvm/trunk/engines/parallaction/gui_ns.cpp

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Sat Feb 21 06:19:35 CET 2009


Revision: 38664
          http://scummvm.svn.sourceforge.net/scummvm/?rev=38664&view=rev
Author:   peres001
Date:     2009-02-21 05:19:35 +0000 (Sat, 21 Feb 2009)

Log Message:
-----------
Fix for bug #1864270. Music now goes on after the the credits have been displayed in the Amiga demo version of Nippon Safes.

Modified Paths:
--------------
    scummvm/trunk/engines/parallaction/gui_ns.cpp

Modified: scummvm/trunk/engines/parallaction/gui_ns.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/gui_ns.cpp	2009-02-21 04:50:13 UTC (rev 38663)
+++ scummvm/trunk/engines/parallaction/gui_ns.cpp	2009-02-21 05:19:35 UTC (rev 38664)
@@ -708,10 +708,10 @@
 	}
 
 	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);
 		}


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list