diff options
author | erorcun <erorcunerorcun@hotmail.com.tr> | 2020-12-06 15:29:48 +0100 |
---|---|---|
committer | erorcun <erorcunerorcun@hotmail.com.tr> | 2020-12-09 04:32:33 +0100 |
commit | b473adcf80226e22e2e9e9dec10ea8d2187f9a05 (patch) | |
tree | 4d2b906f0d5d62ad6af30503a4166ff090493f6f /src/peds/PedAI.cpp | |
parent | Merge branch 'miami' of github.com:GTAmodding/re3 into miami (diff) | |
download | re3-b473adcf80226e22e2e9e9dec10ea8d2187f9a05.tar re3-b473adcf80226e22e2e9e9dec10ea8d2187f9a05.tar.gz re3-b473adcf80226e22e2e9e9dec10ea8d2187f9a05.tar.bz2 re3-b473adcf80226e22e2e9e9dec10ea8d2187f9a05.tar.lz re3-b473adcf80226e22e2e9e9dec10ea8d2187f9a05.tar.xz re3-b473adcf80226e22e2e9e9dec10ea8d2187f9a05.tar.zst re3-b473adcf80226e22e2e9e9dec10ea8d2187f9a05.zip |
Diffstat (limited to '')
-rw-r--r-- | src/peds/PedAI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peds/PedAI.cpp b/src/peds/PedAI.cpp index 1f61118f..fc8472d6 100644 --- a/src/peds/PedAI.cpp +++ b/src/peds/PedAI.cpp @@ -1597,7 +1597,7 @@ CPed::ProcessObjective(void) Say(SOUND_PED_MUGGING); bRichFromMugging = true; - // VC FIX: ClearObjective() clears m_pedInObjective in VC (also same with VC_PED_PORTS), so get it before call + // FIX: ClearObjective() clears m_pedInObjective, so get it before call CPed *victim = m_pedInObjective; ClearObjective(); if (victim->m_objective != OBJECTIVE_KILL_CHAR_ON_FOOT |