[Scummvm-cvs-logs] CVS: scummvm/saga scene.cpp,1.53,1.54

Torbjörn Andersson eriktorbjorn at users.sourceforge.net
Fri Dec 3 05:40:00 CET 2004


Update of /cvsroot/scummvm/scummvm/saga
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15298

Modified Files:
	scene.cpp 
Log Message:
Stop sounds at the beginning of a scene. Two reasons: we already stop
voices at the same time, and I didn't want the looping background sound in
the IHNM intro to keep playing if escaping during the "hate speech".


Index: scene.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/scene.cpp,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- scene.cpp	20 Nov 2004 00:05:50 -0000	1.53
+++ scene.cpp	3 Dec 2004 13:39:00 -0000	1.54
@@ -977,6 +977,7 @@
 	switch (param) {
 	case SCENE_BEGIN:
 		_vm->_sound->stopVoice();
+		_vm->_sound->stopSound();
 
 		if (_desc.musicRN >= 0) {
 			event.type = ONESHOT_EVENT;





More information about the Scummvm-git-logs mailing list