From 3ff7fc835568a6a13ba70bcc1f4238b33ad30b8c Mon Sep 17 00:00:00 2001 From: Sergeanur Date: Thu, 17 Oct 2019 17:28:24 +0300 Subject: Fixed nasty warnings --- src/core/Wanted.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/Wanted.h') 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; -- cgit v1.2.3