summaryrefslogtreecommitdiff
path: root/src/peds/PlayerPed.h
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2019-07-18 05:26:46 +0300
committereray orçunus <erayorcunus@gmail.com>2019-07-18 05:27:29 +0300
commit59671fab03703570eeb4837b713108619d762a01 (patch)
treee94e57a02e09540ba97e078486485d7558be0592 /src/peds/PlayerPed.h
parent06ed308bb1a2383125cf04fd712b1753c4ba1d55 (diff)
The Peds, mainly dying/injuring
There is also some reorganization
Diffstat (limited to 'src/peds/PlayerPed.h')
-rw-r--r--src/peds/PlayerPed.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/peds/PlayerPed.h b/src/peds/PlayerPed.h
index 1dfa33fa..fa6d9d43 100644
--- a/src/peds/PlayerPed.h
+++ b/src/peds/PlayerPed.h
@@ -29,7 +29,7 @@ public:
bool m_bHasLockOnTarget;
int8 field_1406;
int8 field_1407;
- bool m_bAdrenalineTime;
+ uint32 m_bAdrenalineTime;
bool m_bCanBeDamaged;
int8 field_1413;
int8 field_1414;
@@ -46,6 +46,7 @@ public:
void SetWantedLevel(int32 level);
void SetWantedLevelNoDrop(int32 level);
void KeepAreaAroundPlayerClear(void);
+ void AnnoyPlayerPed(bool);
static void SetupPlayerPed(int32);
static void DeactivatePlayerPed(int32);