From 77770b70688239c8f33c7e4126873fce1161f138 Mon Sep 17 00:00:00 2001 From: Mr-X-GTA <110748953+Mr-X-GTA@users.noreply.github.com> Date: Sat, 14 Dec 2024 02:39:39 +0100 Subject: [PATCH] . --- script/globals/g_AMC_playerBD.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/globals/g_AMC_playerBD.hpp b/script/globals/g_AMC_playerBD.hpp index 783892f..33c00c2 100644 --- a/script/globals/g_AMC_playerBD.hpp +++ b/script/globals/g_AMC_playerBD.hpp @@ -7,10 +7,10 @@ struct g_AMC_playerBD_Entry SCR_ARRAY UsedContactServicesTimer; // only index 2 (mugger) is actually used by the scripts. the rest is just a waste of bandwidth SCR_ARRAY ContactServiceCooldowns; // same as above }; -static_assert(sizeof(g_AMC_playerBD_Entry) == 245 * 8); +static_assert(sizeof(g_AMC_playerBD_Entry) == 248 * 8); struct g_AMC_playerBD { SCR_ARRAY Entries; }; -static_assert(sizeof(g_AMC_playerBD) == 7841 * 8); \ No newline at end of file +static_assert(sizeof(g_AMC_playerBD) == 7937 * 8); \ No newline at end of file