mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Use const atom
This commit is contained in:
parent
c70cd89290
commit
73141d1c57
@ -169,7 +169,7 @@ MxPresenter* LegoWorld::FindPresenter(const char* p_presenter, const char* p_nam
|
|||||||
}
|
}
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x10021790
|
// FUNCTION: LEGO1 0x10021790
|
||||||
MxCore* LegoWorld::FUN_10021790(MxAtomId& p_atom, MxS32 p_entityId)
|
MxCore* LegoWorld::FUN_10021790(const MxAtomId& p_atom, MxS32 p_entityId)
|
||||||
{
|
{
|
||||||
LegoEntityListCursor entityCursor(m_entityList);
|
LegoEntityListCursor entityCursor(m_entityList);
|
||||||
LegoEntity* entity;
|
LegoEntity* entity;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user