diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-06-04 03:31:04 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-06-04 03:31:04 +0200 |
commit | 12717917cc67c7fa854991b606b7ea71499ec602 (patch) | |
tree | ebfe654165164acaabdab8871dc3ced6bbef144d /src/peds/Ped.h | |
parent | fix accident~ (diff) | |
download | re3-12717917cc67c7fa854991b606b7ea71499ec602.tar re3-12717917cc67c7fa854991b606b7ea71499ec602.tar.gz re3-12717917cc67c7fa854991b606b7ea71499ec602.tar.bz2 re3-12717917cc67c7fa854991b606b7ea71499ec602.tar.lz re3-12717917cc67c7fa854991b606b7ea71499ec602.tar.xz re3-12717917cc67c7fa854991b606b7ea71499ec602.tar.zst re3-12717917cc67c7fa854991b606b7ea71499ec602.zip |
Diffstat (limited to 'src/peds/Ped.h')
-rw-r--r-- | src/peds/Ped.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peds/Ped.h b/src/peds/Ped.h index 56e527c5..31a75ace 100644 --- a/src/peds/Ped.h +++ b/src/peds/Ped.h @@ -468,7 +468,7 @@ public: CEntity *m_pCollidingEntity; uint8 m_stateUnused; uint32 m_timerUnused; - CVector2D *m_wanderRangeBounds; // array with 2 CVector2D (actually unused CRange2D class) - unused + class CRange2D *m_wanderRangeBounds; CWeapon m_weapons[WEAPONTYPE_TOTAL_INVENTORY_WEAPONS]; eWeaponType m_storedWeapon; uint8 m_currentWeapon; // eWeaponType |