mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Fix various state classes/missing annotations (#503)
This commit is contained in:

committed by
GitHub

parent
96234ddc23
commit
35def3013a
@@ -41,9 +41,9 @@ private:
|
||||
RaceStateEntry* GetState(MxU8 p_id);
|
||||
|
||||
protected:
|
||||
RaceStateEntry m_state[5];
|
||||
undefined2 m_unk0x26[2];
|
||||
undefined4 m_unk0x28;
|
||||
RaceStateEntry m_state[5]; // 0x08
|
||||
undefined2 m_unk0x26[2]; // 0x26
|
||||
undefined4 m_unk0x28; // 0x28
|
||||
};
|
||||
|
||||
#endif // RACESTATE_H
|
||||
|
Reference in New Issue
Block a user