BE or un-BE, that is the question

This commit is contained in:
Lurs
2026-03-17 14:39:02 +01:00
parent f2b73c1037
commit 7ba4862622
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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];
+1 -1
View File
@@ -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 = {