diff options
| author | eray orçunus <erayorcunus@gmail.com> | 2020-03-25 17:13:06 +0300 |
|---|---|---|
| committer | eray orçunus <erayorcunus@gmail.com> | 2020-03-26 18:54:03 +0300 |
| commit | 0fe55eb5432906016cc3526caf3f86d5bf85aff1 (patch) | |
| tree | 0f4f6bfafc9e3138bf090efb16b18e6fa22c2eab /src/core/EventList.h | |
| parent | Merge pull request #353 from Sergeanur/Debug (diff) | |
| download | re3-0fe55eb5432906016cc3526caf3f86d5bf85aff1.tar.gz | |
CCopPed 2 and fixes
Diffstat (limited to 'src/core/EventList.h')
| -rw-r--r-- | src/core/EventList.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/EventList.h b/src/core/EventList.h index 2799fca4..1c03c9d6 100644 --- a/src/core/EventList.h +++ b/src/core/EventList.h @@ -63,4 +63,4 @@ public: static void ReportCrimeForEvent(eEventType type, int32, bool); }; -extern CEvent *gaEvent;
\ No newline at end of file +extern CEvent gaEvent[NUMEVENTS];
\ No newline at end of file |
