summaryrefslogtreecommitdiffstats
path: root/src/peds/PedAI.cpp
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2021-01-22 00:58:38 +0100
committerSergeanur <s.anureev@yandex.ua>2021-01-22 00:58:38 +0100
commit06d8860d42028d7fa3581e90ecc906ddf7c3f2da (patch)
tree18131f582cc9668f698e5b9599febc0b8d81cb88 /src/peds/PedAI.cpp
parenthigher wheel LOD dist (diff)
parentfuck (diff)
downloadre3-06d8860d42028d7fa3581e90ecc906ddf7c3f2da.tar
re3-06d8860d42028d7fa3581e90ecc906ddf7c3f2da.tar.gz
re3-06d8860d42028d7fa3581e90ecc906ddf7c3f2da.tar.bz2
re3-06d8860d42028d7fa3581e90ecc906ddf7c3f2da.tar.lz
re3-06d8860d42028d7fa3581e90ecc906ddf7c3f2da.tar.xz
re3-06d8860d42028d7fa3581e90ecc906ddf7c3f2da.tar.zst
re3-06d8860d42028d7fa3581e90ecc906ddf7c3f2da.zip
Diffstat (limited to 'src/peds/PedAI.cpp')
-rw-r--r--src/peds/PedAI.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/peds/PedAI.cpp b/src/peds/PedAI.cpp
index a28ded8c..cd1befd9 100644
--- a/src/peds/PedAI.cpp
+++ b/src/peds/PedAI.cpp
@@ -6334,7 +6334,6 @@ CPed::PositionAnyPedOutOfCollision(void)
int smallestDistNearVeh = 999;
int smallestDistSomewhereClose = 999;
- CVector vehPos = m_pMyVehicle->GetPosition();
CVector potentialPos;
potentialPos.y = GetPosition().y - 3.5f;
potentialPos.z = GetPosition().z;