diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2021-01-19 00:38:28 +0100 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2021-01-19 00:38:28 +0100 |
commit | c124bbe4bfb6bfaa0bb8eaa12a0b67d1a6b4331f (patch) | |
tree | a542832f96ddfaadf9e7e64e07e903f069d69670 /src/peds | |
parent | Merge branch 'lcs-dev' into lcs (diff) | |
parent | fixes (diff) | |
download | re3-c124bbe4bfb6bfaa0bb8eaa12a0b67d1a6b4331f.tar re3-c124bbe4bfb6bfaa0bb8eaa12a0b67d1a6b4331f.tar.gz re3-c124bbe4bfb6bfaa0bb8eaa12a0b67d1a6b4331f.tar.bz2 re3-c124bbe4bfb6bfaa0bb8eaa12a0b67d1a6b4331f.tar.lz re3-c124bbe4bfb6bfaa0bb8eaa12a0b67d1a6b4331f.tar.xz re3-c124bbe4bfb6bfaa0bb8eaa12a0b67d1a6b4331f.tar.zst re3-c124bbe4bfb6bfaa0bb8eaa12a0b67d1a6b4331f.zip |
Diffstat (limited to 'src/peds')
-rw-r--r-- | src/peds/PedAI.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/peds/PedAI.cpp b/src/peds/PedAI.cpp index b945cf9b..8b832670 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; |