Fixed nasty warnings

This commit is contained in:
Sergeanur
2019-10-17 17:28:24 +03:00
parent 17ffb99420
commit 3ff7fc8355
2 changed files with 2 additions and 3 deletions

View File

@ -43,7 +43,7 @@ class CWanted
public:
int32 m_nChaos;
int32 m_nLastUpdateTime;
int32 m_nLastWantedLevelChange;
uint32 m_nLastWantedLevelChange;
float m_fCrimeSensitivity;
uint8 m_CurrentCops;
uint8 m_MaxCops;