mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Implement/match more LegoPlantManager functions (#1040)
This commit is contained in:

committed by
GitHub

parent
e507f42717
commit
656e7fc674
@@ -178,8 +178,8 @@ void LegoWorld::Destroy(MxBool p_fromDestructor)
|
||||
}
|
||||
|
||||
if (m_worldId != -1 && m_set0xd0.empty()) {
|
||||
PlantManager()->FUN_100263a0(m_worldId);
|
||||
BuildingManager()->FUN_1002fb30();
|
||||
PlantManager()->Reset(m_worldId);
|
||||
BuildingManager()->Reset();
|
||||
}
|
||||
|
||||
if (m_entityList) {
|
||||
@@ -715,8 +715,8 @@ void LegoWorld::Enable(MxBool p_enable)
|
||||
m_set0xd0.insert(this);
|
||||
|
||||
if (m_worldId != -1) {
|
||||
PlantManager()->FUN_100263a0(m_worldId);
|
||||
BuildingManager()->FUN_1002fb30();
|
||||
PlantManager()->Reset(m_worldId);
|
||||
BuildingManager()->Reset();
|
||||
}
|
||||
|
||||
MxPresenterListCursor controlPresenterCursor(&m_controlPresenters);
|
||||
|
Reference in New Issue
Block a user