Full CGameLogic

This commit is contained in:
Sergeanur
2019-10-08 00:29:30 +03:00
parent 3e25726697
commit 69963cea68
19 changed files with 400 additions and 6 deletions

View File

@@ -76,6 +76,7 @@ public:
bool AddCrimeToQ(eCrimeType type, int32 id, const CVector &pos, bool reported, bool policeDoesntCare);
void ReportCrimeNow(eCrimeType type, const CVector &coors, bool policeDoesntCare);
void UpdateWantedLevel();
void Reset();
bool IsIgnored(void) { return m_bIgnoredByCops || m_bIgnoredByEveryone; }