mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-30 19:51:15 +00:00
Remove unnecessary padding/pack
This commit is contained in:
parent
848fb527c6
commit
cbb34914d1
@ -94,16 +94,15 @@ class LegoGameState {
|
|||||||
MxS16 m_letters[7]; // 0x00
|
MxS16 m_letters[7]; // 0x00
|
||||||
};
|
};
|
||||||
|
|
||||||
#pragma pack(push, 1)
|
|
||||||
// SIZE 0x2c
|
// SIZE 0x2c
|
||||||
struct Score {
|
struct Score {
|
||||||
undefined2 m_unk0x00; // 0x00
|
undefined2 m_unk0x00; // 0x00
|
||||||
MxU8 m_state[25]; // 0x02
|
MxU8 m_state[25]; // 0x02
|
||||||
MxU8 m_pad; // 0x1b
|
|
||||||
ScoreName m_name; // 0x1c
|
ScoreName m_name; // 0x1c
|
||||||
undefined2 m_unk0x2a; // 0x2a
|
undefined2 m_unk0x2a; // 0x2a
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#pragma pack(push, 1)
|
||||||
// SIZE 0x372
|
// SIZE 0x372
|
||||||
struct Scores {
|
struct Scores {
|
||||||
void WriteScoreHistory();
|
void WriteScoreHistory();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user