mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-29 16:27:59 +03:00
Bartoli ItemFlags 0
This commit is contained in:
parent
5f32f7546b
commit
ece01e7a40
1 changed files with 4 additions and 1 deletions
|
@ -67,7 +67,10 @@ namespace TEN::Entities::Creatures::TR2
|
|||
return;
|
||||
}
|
||||
|
||||
transformObjectID = ID_DRAGON_FRONT;
|
||||
if (item.ItemFlags[0] == 0)
|
||||
transformObjectID = ID_DRAGON_FRONT;
|
||||
else
|
||||
transformObjectID = item.ItemFlags[0];
|
||||
}
|
||||
|
||||
AnimateItem(&item);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue