Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Client/game_sa/CPedSA.h
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ class CPedSAInterface : public CPhysicalSAInterface
int unk_724;
int unk_728;

eWeaponSkill weaponSkill;
std::uint8_t weaponSkill; // eWeaponSkill but.. later
eFightingStyle bFightingStyle;
std::uint8_t bFightingStyleExtra;
std::uint8_t bPad7;
Expand Down
2 changes: 1 addition & 1 deletion Client/sdk/game/CWeaponInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

class CVector;

enum eWeaponSkill : std::uint8_t
enum eWeaponSkill
{
WEAPONSKILL_POOR = 0,
WEAPONSKILL_STD,
Expand Down
Loading