mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-06 19:01:06 +03:00
Fix raising blocks height
This commit is contained in:
parent
efd37b3290
commit
1b96701d5e
3 changed files with 36 additions and 10 deletions
|
@ -903,6 +903,8 @@ static void StartObject(OBJECT_INFO *obj)
|
|||
{
|
||||
obj->initialise = InitialiseRaisingBlock;
|
||||
obj->control = ControlRaisingBlock;
|
||||
obj->floor = RaisingBlockFloor;
|
||||
obj->ceiling = RaisingBlockCeiling;
|
||||
obj->saveFlags = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue