mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-18 15:48:48 +00:00
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:
parent
fdc6524fb3
commit
0bf6303213
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user