diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/Wanted.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Wanted.h b/src/core/Wanted.h index 1303365d..15bff1a5 100644 --- a/src/core/Wanted.h +++ b/src/core/Wanted.h @@ -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; |