Implement/match FUN_10032620 (#687)

This commit is contained in:
Christian Semmler
2024-03-18 10:38:02 -04:00
committed by GitHub
parent 937a45020c
commit ba5bc46c0c
9 changed files with 62 additions and 30 deletions

View File

@@ -102,7 +102,7 @@ MxResult Hospital::Create(MxDSAction& p_dsAction)
// FUNCTION: LEGO1 0x10074990
MxLong Hospital::Notify(MxParam& p_param)
{
MxResult result = SUCCESS;
MxLong result = 0;
LegoWorld::Notify(p_param);
if (m_worldStarted) {