diff options
Diffstat (limited to 'engines/cine')
-rw-r--r-- | engines/cine/sound.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/cine/sound.cpp b/engines/cine/sound.cpp index 7cab067371..0e7da2e2bc 100644 --- a/engines/cine/sound.cpp +++ b/engines/cine/sound.cpp @@ -939,6 +939,10 @@ PCSound::PCSound(Audio::Mixer *mixer, CineEngine *vm) } _player = new PCSoundFxPlayer(_soundDriver); + + // Ensure the CD is open + if (_vm->getGameType() == GType_FW && (_vm->getFeatures() & GF_CD)) + g_system->getAudioCDManager()->openCD(); } PCSound::~PCSound() { |