mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 07:47:57 +03:00
Update generic_doors.cpp
This commit is contained in:
parent
7b2791a09d
commit
ebcfb78dc4
1 changed files with 4 additions and 4 deletions
|
@ -42,10 +42,10 @@ namespace TEN::Entities::Doors
|
|||
EulerAngles(ANGLE(80.0f), ANGLE(80.0f), ANGLE(80.0f)))
|
||||
};
|
||||
|
||||
const DOOR_DATA& GetDoorObject(const ItemInfo& item)
|
||||
{
|
||||
return (DOOR_DATA&)item.Data;
|
||||
}
|
||||
const DOOR_DATA& GetDoorObject(const ItemInfo& item)
|
||||
{
|
||||
return (DOOR_DATA&)item.Data;
|
||||
}
|
||||
|
||||
DOOR_DATA& GetDoorObject(ItemInfo& item)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue