Sanitizer fixes 2

This commit is contained in:
erorcun
2021-07-03 01:32:47 +03:00
parent 424a6d90bd
commit a8549e86a7
4 changed files with 27 additions and 14 deletions

View File

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