Use const atom

This commit is contained in:
Christian Semmler 2024-01-26 10:20:34 -05:00
parent c70cd89290
commit 73141d1c57

View File

@ -169,7 +169,7 @@ MxPresenter* LegoWorld::FindPresenter(const char* p_presenter, const char* p_nam
}
// 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);
LegoEntity* entity;