summaryrefslogtreecommitdiff
path: root/src/core/EventList.h
diff options
context:
space:
mode:
authorerorcun <erorcunerorcun@hotmail.com.tr>2020-12-21 23:26:32 +0300
committererorcun <erorcunerorcun@hotmail.com.tr>2020-12-25 12:54:41 +0300
commita50244dc16085a49f4949cf75f6220320480cebd (patch)
tree34a022c699eed9c8651ddbe8391c985753e46b2b /src/core/EventList.h
parentaefaa17a8438efe495fe11f81c30ef2f3eb17073 (diff)
signed/unsigned fixes, and some other fixes
Diffstat (limited to 'src/core/EventList.h')
-rw-r--r--src/core/EventList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/EventList.h b/src/core/EventList.h
index dcca1270..3e9d8fd4 100644
--- a/src/core/EventList.h
+++ b/src/core/EventList.h
@@ -62,7 +62,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, size_t, bool);
+ static void ReportCrimeForEvent(eEventType type, intptr, bool);
};
extern CEvent gaEvent[NUMEVENTS]; \ No newline at end of file