mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Order compilation units according to retail, match and align Score
class (#1271)
* Initial changes for ordering, Score * Add mxdebug * Match `Score::Paint` * Refactor * Add BETA asserts * BETA match
This commit is contained in:

committed by
GitHub

parent
bb29d289fe
commit
7c41ff4569
@@ -165,6 +165,7 @@ MxResult RaceState::Serialize(LegoFile* p_file)
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x10016280
|
||||
// FUNCTION: BETA10 0x100c7dfd
|
||||
RaceState::Entry* RaceState::GetState(MxU8 p_id)
|
||||
{
|
||||
for (MxS16 i = 0;; i++) {
|
||||
|
Reference in New Issue
Block a user