mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Add LegoOmni::World
enum (#1252)
This commit is contained in:

committed by
GitHub

parent
3e427ab03e
commit
bcc41256f8
@@ -54,7 +54,7 @@ LegoWorldPresenter::~LegoWorldPresenter()
|
||||
{
|
||||
MxBool result = FALSE;
|
||||
if (m_entity) {
|
||||
MxS32 worldId = ((LegoWorld*) m_entity)->GetWorldId();
|
||||
LegoOmni::World worldId = ((LegoWorld*) m_entity)->GetWorldId();
|
||||
PlantManager()->LoadWorldInfo(worldId);
|
||||
AnimationManager()->LoadWorldInfo(worldId);
|
||||
BuildingManager()->LoadWorldInfo();
|
||||
|
Reference in New Issue
Block a user