[Scummvm-cvs-logs] SF.net SVN: scummvm: [32149] scummvm/trunk/engines/kyra/kyra_mr.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Sat May 17 15:22:12 CEST 2008


Revision: 32149
          http://scummvm.svn.sourceforge.net/scummvm/?rev=32149&view=rev
Author:   eriktorbjorn
Date:     2008-05-17 06:22:12 -0700 (Sat, 17 May 2008)

Log Message:
-----------
Loop the Kyra 3 menu music. (The original does.)

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/kyra_mr.cpp

Modified: scummvm/trunk/engines/kyra/kyra_mr.cpp
===================================================================
--- scummvm/trunk/engines/kyra/kyra_mr.cpp	2008-05-17 10:17:35 UTC (rev 32148)
+++ scummvm/trunk/engines/kyra/kyra_mr.cpp	2008-05-17 13:22:12 UTC (rev 32149)
@@ -402,7 +402,7 @@
 	if (_soundDigital->isPlaying(_musicSoundChannel))
 		return;
 
-	_musicSoundChannel = _soundDigital->playSound(_menuAudioFile, 0xFF, Audio::Mixer::kMusicSoundType);
+	_musicSoundChannel = _soundDigital->playSound(_menuAudioFile, 0xFF, Audio::Mixer::kMusicSoundType, 255, true);
 }
 
 void KyraEngine_MR::snd_playWanderScoreViaMap(int track, int force) {


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