fix build

This commit is contained in:
Misha 2024-03-17 14:21:07 -04:00
parent 33c7a89f7f
commit 9fe881db4d
No known key found for this signature in database
GPG Key ID: 8441D12AEF33FED8
2 changed files with 3 additions and 3 deletions

View File

@ -68,7 +68,7 @@ class RegistrationBook : public LegoWorld {
MxLong HandleKeyPress(MxS8 p_key);
MxLong HandleClick(LegoControlManagerEvent& p_param);
MxLong HandleNotification19(MxParam& p_param);
void FUN_100775c(MxS16 p_playerIndex);
void FUN_100775c0(MxS16 p_playerIndex);
};
#endif // REGISTRATIONBOOK_H

View File

@ -148,14 +148,14 @@ MxLong RegistrationBook::HandleClick(LegoControlManagerEvent& p_param)
break;
}
}
FUN_100775c(i);
FUN_100775c0(i);
}
}
return 1;
}
// STUB: LEGO1 0x100775c0
void RegistrationBook::FUN_100775c(MxS16 p_playerIndex)
void RegistrationBook::FUN_100775c0(MxS16 p_playerIndex)
{
}