mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-30 00:37:58 +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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (item.ItemFlags[0] == 0)
|
||||||
transformObjectID = ID_DRAGON_FRONT;
|
transformObjectID = ID_DRAGON_FRONT;
|
||||||
|
else
|
||||||
|
transformObjectID = item.ItemFlags[0];
|
||||||
}
|
}
|
||||||
|
|
||||||
AnimateItem(&item);
|
AnimateItem(&item);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue