Sanitizer fixes 2

This commit is contained in:
erorcun
2021-07-03 01:32:47 +03:00
parent 43631ba203
commit 1c0878f65b
3 changed files with 15 additions and 14 deletions

View File

@ -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;