BETA match

This commit is contained in:
Christian Semmler 2024-12-24 11:32:07 -07:00
parent ccdb639339
commit e66e2229a5
2 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ class Score : public LegoWorld {
void Paint(); void Paint();
MxLong FUN_10001510(MxEndActionNotificationParam& p_param); MxLong FUN_10001510(MxEndActionNotificationParam& p_param);
MxLong FUN_100016d0(LegoControlManagerNotificationParam& p_param); MxLong FUN_100016d0(LegoControlManagerNotificationParam& p_param);
void FillArea(MxU32 i_activity, MxU32 i_actor, MxS16 score); void FillArea(MxS32 i_activity, MxS32 i_actor, MxS16 score);
protected: protected:
void DeleteScript(); void DeleteScript();

View File

@ -291,7 +291,7 @@ void Score::Paint()
// FUNCTION: LEGO1 0x10001d20 // FUNCTION: LEGO1 0x10001d20
// FUNCTION: BETA10 0x100f4a52 // FUNCTION: BETA10 0x100f4a52
void Score::FillArea(MxU32 i_activity, MxU32 i_actor, MxS16 score) void Score::FillArea(MxS32 i_activity, MxS32 i_actor, MxS16 score)
{ {
MxS32 local3c[] = {0x2b00, 0x5700, 0x8000, 0xab00, 0xd600}; MxS32 local3c[] = {0x2b00, 0x5700, 0x8000, 0xab00, 0xd600};
MxS32 local14[] = {0x2a, 0x27, 0x29, 0x29, 0x2a}; MxS32 local14[] = {0x2a, 0x27, 0x29, 0x29, 0x2a};