summaryrefslogtreecommitdiffstats
path: root/src/core/EventList.h
diff options
context:
space:
mode:
authorerorcun <erorcunerorcun@hotmail.com.tr>2020-12-27 03:23:37 +0100
committererorcun <erorcunerorcun@hotmail.com.tr>2020-12-27 03:23:37 +0100
commit36e64dbd22a7e5ec6fc33a5087ed9788f1874f84 (patch)
tree390b86b4bf74c2de93d74e854ece1487040e3469 /src/core/EventList.h
parentfix a struct init (diff)
downloadre3-36e64dbd22a7e5ec6fc33a5087ed9788f1874f84.tar
re3-36e64dbd22a7e5ec6fc33a5087ed9788f1874f84.tar.gz
re3-36e64dbd22a7e5ec6fc33a5087ed9788f1874f84.tar.bz2
re3-36e64dbd22a7e5ec6fc33a5087ed9788f1874f84.tar.lz
re3-36e64dbd22a7e5ec6fc33a5087ed9788f1874f84.tar.xz
re3-36e64dbd22a7e5ec6fc33a5087ed9788f1874f84.tar.zst
re3-36e64dbd22a7e5ec6fc33a5087ed9788f1874f84.zip
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 8840afc4..4ced3a83 100644
--- a/src/core/EventList.h
+++ b/src/core/EventList.h
@@ -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]; \ No newline at end of file