diff options
author | eray orçunus <erayorcunus@gmail.com> | 2019-09-29 19:44:51 +0300 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2019-10-01 19:16:36 +0300 |
commit | c03efd0aa152ed3c82d8990ac208933baebc826e (patch) | |
tree | c521789bc66ff0ea0514b8f93e23d94e44221ebb /src/peds/PlayerPed.h | |
parent | 1f7008ffd3981277231396008cc970a16c210f5c (diff) |
Moar peds
Diffstat (limited to 'src/peds/PlayerPed.h')
-rw-r--r-- | src/peds/PlayerPed.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peds/PlayerPed.h b/src/peds/PlayerPed.h index 16fc65ee..136fcc48 100644 --- a/src/peds/PlayerPed.h +++ b/src/peds/PlayerPed.h @@ -35,7 +35,7 @@ public: int8 field_1414; int8 field_1415; CVector m_vecSafePos[6]; // safe places from the player, for example behind a tree - int32 field_1488[6]; // m_pPedAtSafePos? + CPed *m_pPedAtSafePos[6]; float m_fWalkAngle; float m_fFPSMoveHeading; |