From 7ba4862622bb53aa36ed3615691b751c919f8506 Mon Sep 17 00:00:00 2001 From: Lurs <2795933+Lurs@users.noreply.github.com> Date: Tue, 17 Mar 2026 14:39:02 +0100 Subject: [PATCH] BE or un-BE, that is the question --- include/d/actor/d_a_passer_mng.h | 2 +- src/d/actor/d_a_passer_mng.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/d/actor/d_a_passer_mng.h b/include/d/actor/d_a_passer_mng.h index d91109c716..230432336c 100644 --- a/include/d/actor/d_a_passer_mng.h +++ b/include/d/actor/d_a_passer_mng.h @@ -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]; diff --git a/src/d/actor/d_a_passer_mng.cpp b/src/d/actor/d_a_passer_mng.cpp index e78a5c2068..fe57254149 100644 --- a/src/d/actor/d_a_passer_mng.cpp +++ b/src/d/actor/d_a_passer_mng.cpp @@ -42,7 +42,7 @@ int daPasserMng_c::execute() { template struct SizedGroup { u8 field_0x00; - BE(int) field_0x04[N]; + int field_0x04[N]; }; static SizedGroup<7> const groupA = {