mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-11 05:04:40 -04:00
BE or un-BE, that is the question
This commit is contained in:
@@ -254,7 +254,7 @@ public:
|
||||
// SizedGroup in d_a_passer_mng.cpp relies on this layout, any changes here should also be changed there
|
||||
struct Group {
|
||||
u8 field_0x00;
|
||||
BE(int) field_0x04[0];
|
||||
int field_0x04[0];
|
||||
};
|
||||
|
||||
static const Group* mGroupTbl[4];
|
||||
|
||||
@@ -42,7 +42,7 @@ int daPasserMng_c::execute() {
|
||||
template <int N>
|
||||
struct SizedGroup {
|
||||
u8 field_0x00;
|
||||
BE(int) field_0x04[N];
|
||||
int field_0x04[N];
|
||||
};
|
||||
|
||||
static SizedGroup<7> const groupA = {
|
||||
|
||||
Reference in New Issue
Block a user