[Scummvm-cvs-logs] SF.net SVN: scummvm: [24047] scummvm/trunk/engines/agos/animation.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Sun Oct 1 09:17:39 CEST 2006


Revision: 24047
          http://svn.sourceforge.net/scummvm/?rev=24047&view=rev
Author:   eriktorbjorn
Date:     2006-10-01 00:17:34 -0700 (Sun, 01 Oct 2006)

Log Message:
-----------
When escaping a cutscene, stop its soundtrack as well. (I can't check if this
is a problem in 0.9.0 as well, but surely not...?)

Modified Paths:
--------------
    scummvm/trunk/engines/agos/animation.cpp

Modified: scummvm/trunk/engines/agos/animation.cpp
===================================================================
--- scummvm/trunk/engines/agos/animation.cpp	2006-09-30 19:33:43 UTC (rev 24046)
+++ scummvm/trunk/engines/agos/animation.cpp	2006-10-01 07:17:34 UTC (rev 24047)
@@ -263,6 +263,7 @@
 
 	if (_leftButtonDown && _rightButtonDown && !_vm->getBitFlag(41)) {
 		_frameNum = _framesCount;
+		_mixer->stopHandle(_bgSound);
 	}
 }
 


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