Skip to content

Commit

Permalink
Update CPedSA.h
Browse files Browse the repository at this point in the history
  • Loading branch information
FileEX committed Oct 3, 2024
1 parent a61c8d2 commit a62013f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Client/game_sa/CPedSA.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
};

Expand Down

0 comments on commit a62013f

Please sign in to comment.