mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 13:18:59 +00:00
fixed wanted
This commit is contained in:
parent
6ff6305be9
commit
128d31746d
1 changed files with 3 additions and 0 deletions
|
@ -275,6 +275,9 @@ CWanted::UpdateWantedLevel()
|
||||||
{
|
{
|
||||||
int32 CurrWantedLevel = m_nWantedLevel;
|
int32 CurrWantedLevel = m_nWantedLevel;
|
||||||
|
|
||||||
|
if (m_nChaos > nMaximumWantedLevel)
|
||||||
|
m_nChaos = nMaximumWantedLevel;
|
||||||
|
|
||||||
if (m_nChaos >= 0 && m_nChaos < 40) {
|
if (m_nChaos >= 0 && m_nChaos < 40) {
|
||||||
m_nWantedLevel = 0;
|
m_nWantedLevel = 0;
|
||||||
m_MaximumLawEnforcerVehicles = 0;
|
m_MaximumLawEnforcerVehicles = 0;
|
||||||
|
|
Loading…
Reference in a new issue