[Scummvm-cvs-logs] SF.net SVN: scummvm:[53365] scummvm/trunk/engines/sword25/sfx/soundengine. cpp

sev at users.sourceforge.net sev at users.sourceforge.net
Wed Oct 13 01:55:44 CEST 2010


Revision: 53365
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53365&view=rev
Author:   sev
Date:     2010-10-12 23:55:44 +0000 (Tue, 12 Oct 2010)

Log Message:
-----------
SWORD25: Fix hangup

Modified Paths:
--------------
    scummvm/trunk/engines/sword25/sfx/soundengine.cpp

Modified: scummvm/trunk/engines/sword25/sfx/soundengine.cpp
===================================================================
--- scummvm/trunk/engines/sword25/sfx/soundengine.cpp	2010-10-12 23:55:24 UTC (rev 53364)
+++ scummvm/trunk/engines/sword25/sfx/soundengine.cpp	2010-10-12 23:55:44 UTC (rev 53365)
@@ -82,7 +82,7 @@
 }
 
 uint SoundEngine::PlaySoundEx(const Common::String &FileName, SOUND_TYPES Type, float Volume, float Pan, bool Loop, int LoopStart, int LoopEnd, uint Layer) {
-	return 0;
+	return true;
 }
 
 void SoundEngine::SetSoundVolume(uint Handle, float Volume) {


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