mirror of
https://github.com/isledecomp/isle.git
synced 2026-05-05 14:33:56 +00:00
Fixes
This commit is contained in:
parent
095c6ce4bd
commit
71dbc61042
@ -24,8 +24,8 @@ class CarRace : public LegoRace {
|
||||
}
|
||||
|
||||
private:
|
||||
undefined m_unk0x144[12];
|
||||
undefined4 m_unk0x150;
|
||||
undefined m_unk0x144[12]; // 0x144
|
||||
undefined4 m_unk0x150; // 0x150
|
||||
};
|
||||
|
||||
#endif // CARRACE_H
|
||||
|
||||
@ -49,16 +49,16 @@ class LegoRace : public LegoWorld {
|
||||
undefined4 m_unk0x114; // 0x114
|
||||
undefined4 m_unk0x118; // 0x118
|
||||
undefined4 m_unk0x11c; // 0x11c
|
||||
undefined4 m_unk0x120; // 0x120 - this may be the current vehcle (function at 0x10015880)
|
||||
undefined4 m_unk0x124; // 0x124 - something game state
|
||||
undefined4 m_unk0x120; // 0x120
|
||||
undefined4 m_unk0x124; // 0x124
|
||||
undefined4 m_unk0x128; // 0x128
|
||||
undefined4 m_unk0x12c; // 0x12c
|
||||
|
||||
protected:
|
||||
MxRect32 m_unk0x130; // unconfirmed bytes, ghidra claims these are integers
|
||||
MxRect32 m_unk0x130; // 0x130
|
||||
|
||||
private:
|
||||
undefined4 m_unk0x140;
|
||||
undefined4 m_unk0x140; // 0x140
|
||||
};
|
||||
|
||||
#endif // LEGORACE_H
|
||||
|
||||
Loading…
Reference in New Issue
Block a user