mirror of
https://github.com/GTAmodding/re3.git
synced 2024-12-26 17:45:42 +00:00
fixed policeDontCare
This commit is contained in:
parent
980b6ed4d2
commit
51c71fffeb
1 changed files with 2 additions and 0 deletions
|
@ -212,6 +212,8 @@ CWanted::ReportCrimeNow(eCrimeType type, const CVector &coors, bool policeDoesnt
|
||||||
wantedLevelDrop = min(CCullZones::GetWantedLevelDrop(), 100);
|
wantedLevelDrop = min(CCullZones::GetWantedLevelDrop(), 100);
|
||||||
|
|
||||||
chaos = (1.0f - wantedLevelDrop/100.0f) * sensitivity;
|
chaos = (1.0f - wantedLevelDrop/100.0f) * sensitivity;
|
||||||
|
if (policeDoesntCare)
|
||||||
|
chaos *= 0.333f;
|
||||||
switch(type){
|
switch(type){
|
||||||
case CRIME_POSSESSION_GUN:
|
case CRIME_POSSESSION_GUN:
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue