SHERLOCK: 3DO: make inventory work somewhat

inventory images is in item.lib on 3DO
This commit is contained in:
Martin Kiewitz 2015-06-14 19:35:09 +02:00
parent 2d70a7af6d
commit 56a0ba8b20
2 changed files with 8 additions and 5 deletions

View file

@ -104,9 +104,7 @@ Resources::Resources(SherlockEngine *vm) : _vm(vm), _cache(vm) {
// 3DO
// ITEM data from VGS.LIB is in ITEM.LIB
// resources themselves start with width and height as UINT16BE
// but after that they are different. Don't seem to be raw data
//addToCache("item.lib");
addToCache("item.lib");
// talk.lib - resources themselves seem to be the same, although a few texts were slightly changed
addToCache("talk.lib");