mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +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
|
||||
};
|
||||
|
||||
#pragma pack(push, 1)
|
||||
// SIZE 0x2c
|
||||
struct Score {
|
||||
undefined2 m_unk0x00; // 0x00
|
||||
MxU8 m_state[25]; // 0x02
|
||||
MxU8 m_pad; // 0x1b
|
||||
ScoreName m_name; // 0x1c
|
||||
undefined2 m_unk0x2a; // 0x2a
|
||||
};
|
||||
|
||||
#pragma pack(push, 1)
|
||||
// SIZE 0x372
|
||||
struct Scores {
|
||||
void WriteScoreHistory();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user