Add room properties to savegame, fixes

This commit is contained in:
Lwmte 2022-12-17 01:25:37 +02:00
parent 52db25a98b
commit 0ce6d12f97
7 changed files with 242 additions and 47 deletions

View file

@ -470,7 +470,6 @@ ScriptReserved_GetSlotHP, & Moveable::GetSlotHP,
ScriptReserved_AnimFromObject, &Moveable::AnimFromObject);
}
void Moveable::Init()
{
bool cond = IsPointInRoom(m_item->Pose.Position, m_item->RoomNumber);