LAB: Fix check of ending animation, some renaming
This commit is contained in:
parent
164b9d5a66
commit
7f5826cfcb
4 changed files with 11 additions and 12 deletions
|
@ -128,7 +128,7 @@ InventoryData *Resource::readInventory(const char *fileName) {
|
|||
InventoryData *inventory = new InventoryData[_vm->_numInv + 1];
|
||||
|
||||
for (uint16 i = 1; i <= _vm->_numInv; i++) {
|
||||
inventory[i]._many = dataFile->readUint16LE();
|
||||
inventory[i]._quantity = dataFile->readUint16LE();
|
||||
inventory[i]._name = readString(dataFile);
|
||||
inventory[i]._bitmapName = readString(dataFile);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue