summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorerorcun <erorcunerorcun@hotmail.com.tr>2021-07-03 00:32:47 +0200
committererorcun <erorcunerorcun@hotmail.com.tr>2021-07-03 01:57:32 +0200
commit1c0878f65b8a554bdea9183fdc4b76645e530ccb (patch)
treebe7f69e8d0ea407134f8fed85d1acc3c70b59ed1 /src/core
parentsmol fix 2 (diff)
downloadre3-1c0878f65b8a554bdea9183fdc4b76645e530ccb.tar
re3-1c0878f65b8a554bdea9183fdc4b76645e530ccb.tar.gz
re3-1c0878f65b8a554bdea9183fdc4b76645e530ccb.tar.bz2
re3-1c0878f65b8a554bdea9183fdc4b76645e530ccb.tar.lz
re3-1c0878f65b8a554bdea9183fdc4b76645e530ccb.tar.xz
re3-1c0878f65b8a554bdea9183fdc4b76645e530ccb.tar.zst
re3-1c0878f65b8a554bdea9183fdc4b76645e530ccb.zip
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 3c3e2b26..4c7ea315 100644
--- a/src/core/Crime.h
+++ b/src/core/Crime.h
@@ -28,7 +28,7 @@ class CCrimeBeingQd
{
public:
eCrimeType m_nType;
- uint32 m_nId;
+ int32 m_nId;
uint32 m_nTime;
CVector m_vecPosn;
bool m_bReported;