summaryrefslogtreecommitdiffstats
path: root/src/peds/Ped.cpp
diff options
context:
space:
mode:
authormajestic <majesticcoding@gmail.com>2020-10-02 22:43:29 +0200
committermajestic <majesticcoding@gmail.com>2020-10-02 22:43:29 +0200
commit3a2be9a4ed7bdf9675ebd7b65fba00304acd1097 (patch)
tree15343e953f8f06247b72fb01467d45325a220f79 /src/peds/Ped.cpp
parentMerge branch 'miami' of https://github.com/GTAmodding/re3 into miami (diff)
parentMerge pull request #737 from theR4K/miamiDev (diff)
downloadre3-3a2be9a4ed7bdf9675ebd7b65fba00304acd1097.tar
re3-3a2be9a4ed7bdf9675ebd7b65fba00304acd1097.tar.gz
re3-3a2be9a4ed7bdf9675ebd7b65fba00304acd1097.tar.bz2
re3-3a2be9a4ed7bdf9675ebd7b65fba00304acd1097.tar.lz
re3-3a2be9a4ed7bdf9675ebd7b65fba00304acd1097.tar.xz
re3-3a2be9a4ed7bdf9675ebd7b65fba00304acd1097.tar.zst
re3-3a2be9a4ed7bdf9675ebd7b65fba00304acd1097.zip
Diffstat (limited to 'src/peds/Ped.cpp')
-rw-r--r--src/peds/Ped.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peds/Ped.cpp b/src/peds/Ped.cpp
index a7c82f0a..f6d54268 100644
--- a/src/peds/Ped.cpp
+++ b/src/peds/Ped.cpp
@@ -459,7 +459,7 @@ CPed::CPed(uint32 pedType) : m_pedIK(this)
bCollectBusFare = false;
bBoughtIceCream = false;
bDonePositionOutOfCollision = false;
- b158_80 = false;
+ bCanAttackPlayerWithCops = false;
if (CGeneral::GetRandomNumber() & 3)
bHasACamera = false;