mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-09-02 19:23:16 +02:00
fixed wanted
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user