mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
fix build
This commit is contained in:
parent
33c7a89f7f
commit
9fe881db4d
@ -68,7 +68,7 @@ class RegistrationBook : public LegoWorld {
|
|||||||
MxLong HandleKeyPress(MxS8 p_key);
|
MxLong HandleKeyPress(MxS8 p_key);
|
||||||
MxLong HandleClick(LegoControlManagerEvent& p_param);
|
MxLong HandleClick(LegoControlManagerEvent& p_param);
|
||||||
MxLong HandleNotification19(MxParam& p_param);
|
MxLong HandleNotification19(MxParam& p_param);
|
||||||
void FUN_100775c(MxS16 p_playerIndex);
|
void FUN_100775c0(MxS16 p_playerIndex);
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // REGISTRATIONBOOK_H
|
#endif // REGISTRATIONBOOK_H
|
||||||
|
|||||||
@ -148,14 +148,14 @@ MxLong RegistrationBook::HandleClick(LegoControlManagerEvent& p_param)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
FUN_100775c(i);
|
FUN_100775c0(i);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
// STUB: LEGO1 0x100775c0
|
// STUB: LEGO1 0x100775c0
|
||||||
void RegistrationBook::FUN_100775c(MxS16 p_playerIndex)
|
void RegistrationBook::FUN_100775c0(MxS16 p_playerIndex)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user