We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b91acb9 commit eb88ad3Copy full SHA for eb88ad3
Client/game_sa/CPedSA.h
@@ -301,7 +301,7 @@ class CPedSAInterface : public CPhysicalSAInterface
301
int unk_724;
302
int unk_728;
303
304
- eWeaponSkill weaponSkill;
+ std::uint8_t weaponSkill; // eWeaponSkill but.. later
305
eFightingStyle bFightingStyle;
306
std::uint8_t bFightingStyleExtra;
307
std::uint8_t bPad7;
Client/sdk/game/CWeaponInfo.h
@@ -15,7 +15,7 @@
15
16
class CVector;
17
18
-enum eWeaponSkill : std::uint8_t
+enum eWeaponSkill
19
{
20
WEAPONSKILL_POOR = 0,
21
WEAPONSKILL_STD,
0 commit comments