summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorerorcun <erorcunerorcun@hotmail.com.tr>2021-07-03 01:32:47 +0300
committererorcun <erorcunerorcun@hotmail.com.tr>2021-07-03 01:42:24 +0300
commita8549e86a7c29c38e6a0570b8ecd88f03db98e9a (patch)
tree381f2ba0a0facce8923787276940187cf2cb8578 /src/core
parent424a6d90bd154e0b657e394b6dfced585fed01bd (diff)
Sanitizer fixes 2
Diffstat (limited to 'src/core')
-rw-r--r--src/core/Crime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Crime.h b/src/core/Crime.h
index 8dfae5b8..05829040 100644
--- a/src/core/Crime.h
+++ b/src/core/Crime.h
@@ -25,7 +25,7 @@ class CCrimeBeingQd
{
public:
eCrimeType m_nType;
- uint32 m_nId;
+ int32 m_nId;
uint32 m_nTime;
CVector m_vecPosn;
bool m_bReported;