signed/unsigned fixes, and some other fixes

This commit is contained in:
erorcun
2020-12-27 05:23:37 +03:00
parent c5010d443c
commit 36e64dbd22
13 changed files with 48 additions and 43 deletions

View File

@ -59,7 +59,7 @@ public:
static bool GetEvent(eEventType type, int32 *event);
static void ClearEvent(int32 event);
static bool FindClosestEvent(eEventType type, CVector posn, int32 *event);
static void ReportCrimeForEvent(eEventType type, int32, bool);
static void ReportCrimeForEvent(eEventType type, intptr, bool);
};
extern CEvent gaEvent[NUMEVENTS];