Skip to content

Commit eb88ad3

Browse files
committed
Temporary change value type
1 parent b91acb9 commit eb88ad3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Client/game_sa/CPedSA.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ class CPedSAInterface : public CPhysicalSAInterface
301301
int unk_724;
302302
int unk_728;
303303

304-
eWeaponSkill weaponSkill;
304+
std::uint8_t weaponSkill; // eWeaponSkill but.. later
305305
eFightingStyle bFightingStyle;
306306
std::uint8_t bFightingStyleExtra;
307307
std::uint8_t bPad7;

Client/sdk/game/CWeaponInfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
class CVector;
1717

18-
enum eWeaponSkill : std::uint8_t
18+
enum eWeaponSkill
1919
{
2020
WEAPONSKILL_POOR = 0,
2121
WEAPONSKILL_STD,

0 commit comments

Comments
 (0)