mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-12 19:50:34 +00:00
Fixes and cleanup
This commit is contained in:
parent
f72453d03e
commit
a718e699ad
11 changed files with 122 additions and 92 deletions
|
@ -151,7 +151,7 @@ CCivilianPed::CivilianAI(void)
|
|||
SetLookFlag(angleToFace, true);
|
||||
SetLookTimer(500);
|
||||
} else if (eventDistSqr < sq(40.0f)) {
|
||||
if (m_ped_flagD2) {
|
||||
if (bGonnaInvestigateEvent) {
|
||||
if (CharCreatedBy != MISSION_CHAR && !IsGangMember())
|
||||
SetInvestigateEvent(EVENT_EXPLOSION, m_eventOrThreat, 6.0f, 30000, 0.0f);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue