This commit is contained in:
Lwmte 2021-11-16 14:52:52 +03:00
parent dedb938b24
commit 7f088caeda
6 changed files with 156 additions and 156 deletions

View file

@ -249,7 +249,7 @@ bool GameFlow::DoGameflow()
GameScriptInventoryObject* obj = &level->InventoryObjects[i];
if (obj->slot >= 0 && obj->slot < INVENTORY_TABLE_SIZE)
{
INVOBJ* invObj = &inventry_objects_list[obj->slot];
InventoryObject* invObj = &inventry_objects_list[obj->slot];
invObj->objname = obj->name.c_str();
invObj->scale1 = obj->scale;