[Scummvm-cvs-logs] SF.net SVN: scummvm:[38665] scummvm/branches/branch-0-13-0/engines/ parallaction/gui_ns.cpp

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Sat Feb 21 06:20:48 CET 2009


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

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

Modified Paths:
--------------
    scummvm/branches/branch-0-13-0/engines/parallaction/gui_ns.cpp

Modified: scummvm/branches/branch-0-13-0/engines/parallaction/gui_ns.cpp
===================================================================
--- scummvm/branches/branch-0-13-0/engines/parallaction/gui_ns.cpp	2009-02-21 05:19:35 UTC (rev 38664)
+++ scummvm/branches/branch-0-13-0/engines/parallaction/gui_ns.cpp	2009-02-21 05:20:48 UTC (rev 38665)
@@ -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