mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-27 10:11:15 +00:00
fix
This commit is contained in:
parent
8c228e983b
commit
7e81a3fc29
@ -569,9 +569,9 @@ LegoOmni* LegoOmni::GetInstance()
|
|||||||
}
|
}
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x1005ad20
|
// FUNCTION: LEGO1 0x1005ad20
|
||||||
void LegoOmni::AddWorld(LegoWorld* world)
|
void LegoOmni::AddWorld(LegoWorld* p_world)
|
||||||
{
|
{
|
||||||
m_worldList->Append(world);
|
m_worldList->Append(p_world);
|
||||||
}
|
}
|
||||||
|
|
||||||
// STUB: LEGO1 0x1005af10
|
// STUB: LEGO1 0x1005af10
|
||||||
|
|||||||
@ -98,7 +98,7 @@ class LegoOmni : public MxOmni {
|
|||||||
virtual void StopTimer() override; // vtable+3c
|
virtual void StopTimer() override; // vtable+3c
|
||||||
|
|
||||||
LegoEntity* FindByEntityIdOrAtomId(const MxAtomId& p_atom, MxS32 p_entityid);
|
LegoEntity* FindByEntityIdOrAtomId(const MxAtomId& p_atom, MxS32 p_entityid);
|
||||||
void AddWorld(LegoWorld* world);
|
void AddWorld(LegoWorld* p_world);
|
||||||
|
|
||||||
LegoVideoManager* GetVideoManager() { return (LegoVideoManager*) m_videoManager; }
|
LegoVideoManager* GetVideoManager() { return (LegoVideoManager*) m_videoManager; }
|
||||||
LegoSoundManager* GetSoundManager() { return (LegoSoundManager*) m_soundManager; }
|
LegoSoundManager* GetSoundManager() { return (LegoSoundManager*) m_soundManager; }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user