mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-27 04:07:05 +00:00
SHERLOCK: Skip a couple of cached files for interactive demo
This commit is contained in:
parent
40c2f6042f
commit
f724cfcd22
@ -45,9 +45,12 @@ Sound::Sound(SherlockEngine *vm, Audio::Mixer *mixer): _vm(vm), _mixer(mixer) {
|
||||
_speechOn = true;
|
||||
|
||||
_vm->_res->addToCache("MUSIC.LIB");
|
||||
_vm->_res->addToCache("TITLE.SND");
|
||||
_vm->_res->addToCache("EPILOGUE.SND");
|
||||
_vm->_res->addToCache("SND.SND");
|
||||
|
||||
if (!_vm->getIsDemo()) {
|
||||
_vm->_res->addToCache("TITLE.SND");
|
||||
_vm->_res->addToCache("EPILOGUE.SND");
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user