From 7a01af4783ca2904590ed0ba6e61261d98706f47 Mon Sep 17 00:00:00 2001 From: Yanis <35189056+Yanis002@users.noreply.github.com> Date: Wed, 16 Jul 2025 15:33:58 +0200 Subject: update .clang-format rules (#120) --- include/Message/BMG.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/Message') 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 { -- cgit v1.2.3