mirror of
https://github.com/isledecomp/isle.git
synced 2025-12-10 08:03:13 +00:00
Various fixes in constructors (#1089)
* Various fixes in constructors * Address review comment --------- Co-authored-by: jonschz <jonschz@users.noreply.github.com>
This commit is contained in:
@@ -23,6 +23,14 @@ public:
|
||||
// SIZE 0x06
|
||||
struct Entry {
|
||||
public:
|
||||
// FUNCTION: LEGO1 0x10016000
|
||||
Entry()
|
||||
{
|
||||
m_id = 0;
|
||||
m_unk0x02 = 0;
|
||||
m_score = 0;
|
||||
}
|
||||
|
||||
MxS16 GetUnknown0x02() { return m_unk0x02; }
|
||||
MxS16 GetHighScore() { return m_score; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user