mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-30 03:31:15 +00:00
Remove packing
This commit is contained in:
parent
cbb34914d1
commit
10fd61e284
@ -102,7 +102,6 @@ class LegoGameState {
|
|||||||
undefined2 m_unk0x2a; // 0x2a
|
undefined2 m_unk0x2a; // 0x2a
|
||||||
};
|
};
|
||||||
|
|
||||||
#pragma pack(push, 1)
|
|
||||||
// SIZE 0x372
|
// SIZE 0x372
|
||||||
struct Scores {
|
struct Scores {
|
||||||
void WriteScoreHistory();
|
void WriteScoreHistory();
|
||||||
@ -113,7 +112,6 @@ class LegoGameState {
|
|||||||
MxS16 m_count; // 0x00
|
MxS16 m_count; // 0x00
|
||||||
Score m_scores[20]; // 0x02
|
Score m_scores[20]; // 0x02
|
||||||
};
|
};
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
LegoGameState();
|
LegoGameState();
|
||||||
~LegoGameState();
|
~LegoGameState();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user