Implement/match LegoOmni::GetScriptIndex (#571)

* Implement/match LegoOmni::GetScriptIndex

* Fix type

* Fix
This commit is contained in:
Christian Semmler
2024-02-16 20:10:42 -05:00
committed by GitHub
parent c67f613b8d
commit b47412183b
9 changed files with 35 additions and 25 deletions

View File

@@ -21,7 +21,7 @@ void LegoPlantManager::Init()
}
// STUB: LEGO1 0x10026360
void LegoPlantManager::FUN_10026360(undefined4 p_world)
void LegoPlantManager::FUN_10026360(MxS32 p_scriptIndex)
{
// TODO
}