mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-17 00:34:07 +00:00
More audio ped
This commit is contained in:
parent
7d1e1bf1dd
commit
af5bd951ae
49 changed files with 8804 additions and 252 deletions
|
@ -209,7 +209,7 @@ CWanted::ReportCrimeNow(eCrimeType type, const CVector &coors, bool policeDoesnt
|
|||
else
|
||||
sensitivity = m_fCrimeSensitivity;
|
||||
|
||||
wantedLevelDrop = min(CCullZones::GetWantedLevelDrop(), 100);
|
||||
wantedLevelDrop = Min(CCullZones::GetWantedLevelDrop(), 100);
|
||||
|
||||
chaos = (1.0f - wantedLevelDrop/100.0f) * sensitivity;
|
||||
if (policeDoesntCare)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue