diff options
| author | Yanis <35189056+Yanis002@users.noreply.github.com> | 2025-07-16 15:33:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-16 15:33:58 +0200 |
| commit | 7a01af4783ca2904590ed0ba6e61261d98706f47 (patch) | |
| tree | 5491fa87030e5c32a11e536607a14dca459bf8dc /include/Message | |
| parent | ce9f96d932c0028262821ff3fc39a4b05c977285 (diff) | |
update .clang-format rules (#120)
Diffstat (limited to 'include/Message')
| -rw-r--r-- | include/Message/BMG.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Message/BMG.hpp b/include/Message/BMG.hpp index c3d4479d..ac0c183f 100644 --- a/include/Message/BMG.hpp +++ b/include/Message/BMG.hpp @@ -7,7 +7,7 @@ #define BMG_MAGIC "MESGbmg1" #define BMG_GET_INF1(pGroups, flags) ((pGroups)->entries[(flags) >> 0x10].func_02037258((flags) & 0xFFFF)) #define BMG_GET_MSG_OFFSET(pGroups, flags) (BMG_GET_INF1((pGroups), (flags))->offset) -#define BMG_GET_MSG_ADDR(pGroups, flags) \ +#define BMG_GET_MSG_ADDR(pGroups, flags) \ ((u32) (pGroups)->entries[(flags) >> 0x10].pDAT1 + (BMG_GET_MSG_OFFSET((pGroups), (flags)) & ~1)) enum BMGTag { |
