[Scummvm-cvs-logs] SF.net SVN: scummvm:[45589] scummvm/trunk/engines/kyra/sound_towns.cpp
athrxx at users.sourceforge.net
athrxx at users.sourceforge.net
Sun Nov 1 02:31:24 CET 2009
Revision: 45589
http://scummvm.svn.sourceforge.net/scummvm/?rev=45589&view=rev
Author: athrxx
Date: 2009-11-01 01:31:23 +0000 (Sun, 01 Nov 2009)
Log Message:
-----------
Kyra/FM-Towns: make sure that at least the synthesizer music plays when no cd audio tracks are found
Modified Paths:
--------------
scummvm/trunk/engines/kyra/sound_towns.cpp
Modified: scummvm/trunk/engines/kyra/sound_towns.cpp
===================================================================
--- scummvm/trunk/engines/kyra/sound_towns.cpp 2009-10-31 22:50:05 UTC (rev 45588)
+++ scummvm/trunk/engines/kyra/sound_towns.cpp 2009-11-01 01:31:23 UTC (rev 45589)
@@ -4137,6 +4137,8 @@
if (_musicEnabled &&
(res->exists("track1.mp3") || res->exists("track1.ogg") || res->exists("track1.flac") || res->exists("track1.fla")))
_musicEnabled = 2;
+ else
+ _musicEnabled = 1;
_useFmSfx = false;
} else {
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