From a62013f7942f79ac55d8b3242b5b885b0a5156fd Mon Sep 17 00:00:00 2001 From: FileEX Date: Thu, 3 Oct 2024 17:47:33 +0200 Subject: [PATCH] Update CPedSA.h --- Client/game_sa/CPedSA.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Client/game_sa/CPedSA.h b/Client/game_sa/CPedSA.h index 668d2367c7..0705984161 100644 --- a/Client/game_sa/CPedSA.h +++ b/Client/game_sa/CPedSA.h @@ -265,11 +265,12 @@ class CPedSAInterface : public CPhysicalSAInterface // +1420 = curre BYTE bCurrentWeaponSlot; // is actually here BYTE bPad6[3]; CEntitySAInterface* pTargetedObject; + BYTE tempPad[13]; BYTE bFightingStyle; // 1837 BYTE bFightingStyleExtra; BYTE bPad7[1]; CFireSAInterface* pFireOnPed; - BYTE bPad10[104]; + BYTE bPad10[100]; CEntitySAInterface* pTargetedEntity; // 1948 };