summaryrefslogtreecommitdiffstats
path: root/src/core/Crime.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-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;