Kyra/FM-Towns: make sure that at least the synthesizer music plays when no cd audio tracks are found

svn-id: r45589
This commit is contained in:
Florian Kagerer 2009-11-01 01:31:23 +00:00
parent fdc6524fb3
commit 0bf6303213

View File

@ -4137,6 +4137,8 @@ bool SoundTownsPC98_v2::init() {
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 {