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 = {