mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-23 18:24:59 +00:00
SHERLOCK: Add walk.lib to cache for Rose Tattoo
This commit is contained in:
parent
02ff4ce495
commit
38b3ab4bc0
@ -97,6 +97,8 @@ Resources::Resources(SherlockEngine *vm) : _vm(vm), _cache(vm) {
|
||||
if (IS_SERRATED_SCALPEL) {
|
||||
addToCache("sequence.txt");
|
||||
addToCache("portrait.lib");
|
||||
} else {
|
||||
addToCache("walk.lib");
|
||||
}
|
||||
} else {
|
||||
// 3DO
|
||||
|
Loading…
Reference in New Issue
Block a user