diff options
author | eray orçunus <erayorcunus@gmail.com> | 2019-12-26 23:15:27 +0100 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2019-12-28 21:05:49 +0100 |
commit | bb5e31470da4e74695b18060c7c9947432cc4813 (patch) | |
tree | 3c28ca36adc1e7fcf5e9aefbe76fce6f2bead5ca /src/peds/Ped.h | |
parent | Merge pull request #282 from erorcun/erorcun (diff) | |
download | re3-bb5e31470da4e74695b18060c7c9947432cc4813.tar re3-bb5e31470da4e74695b18060c7c9947432cc4813.tar.gz re3-bb5e31470da4e74695b18060c7c9947432cc4813.tar.bz2 re3-bb5e31470da4e74695b18060c7c9947432cc4813.tar.lz re3-bb5e31470da4e74695b18060c7c9947432cc4813.tar.xz re3-bb5e31470da4e74695b18060c7c9947432cc4813.tar.zst re3-bb5e31470da4e74695b18060c7c9947432cc4813.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 00b73bae..42d2335e 100644 --- a/src/peds/Ped.h +++ b/src/peds/Ped.h @@ -349,7 +349,7 @@ public: uint8 bStillOnValidPoly : 1; uint8 m_ped_flagG2 : 1; - uint8 m_ped_flagG4 : 1; // bResetWalkAnims? + uint8 bResetWalkAnims : 1; uint8 bStartWanderPathOnFoot : 1; // exits the car if he's in it, reset after path found uint8 bOnBoat : 1; // not just driver, may be just standing uint8 bBusJacked : 1; |