mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-27 18:21:15 +00:00
fix
This commit is contained in:
parent
9311104cad
commit
8b800a9452
@ -262,7 +262,7 @@ void LegoGameState::RegisterState(LegoState* p_state)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// STUB: LEGO1 0x1003c870
|
// STUB: LEGO1 0x1003c870
|
||||||
void LegoGameState::WriteScoreHistory(MxU16*)
|
void WriteScoreHistory(MxU16*)
|
||||||
{
|
{
|
||||||
// TODO
|
// TODO
|
||||||
}
|
}
|
||||||
|
|||||||
@ -33,7 +33,6 @@ class LegoGameState {
|
|||||||
void GetFileSavePath(MxString* p_outPath, MxULong p_slotn);
|
void GetFileSavePath(MxString* p_outPath, MxULong p_slotn);
|
||||||
void FUN_1003a720(MxU32);
|
void FUN_1003a720(MxU32);
|
||||||
void HandleAction(MxU32);
|
void HandleAction(MxU32);
|
||||||
void WriteScoreHistory(MxU16*);
|
|
||||||
|
|
||||||
inline MxU8 GetUnknownC() { return m_unk0xc; }
|
inline MxU8 GetUnknownC() { return m_unk0xc; }
|
||||||
inline MxU32 GetUnknown10() { return m_unk0x10; }
|
inline MxU32 GetUnknown10() { return m_unk0x10; }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user