diff options
author | eray orçunus <erayorcunus@gmail.com> | 2020-04-19 07:14:13 +0300 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2020-04-19 16:44:35 +0300 |
commit | 1ffc37735ed247eef1f20997a0136ef8d866ebad (patch) | |
tree | a6a4689c7aeed054e397c305333f761d0d4acdd1 /src/core/EventList.h | |
parent | 9bfcaff84976b2af7242f846c782287e9bacf851 (diff) |
Struct cleanup, various fixes, enable PS2 rand
Diffstat (limited to 'src/core/EventList.h')
-rw-r--r-- | src/core/EventList.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/EventList.h b/src/core/EventList.h index 1c03c9d6..8840afc4 100644 --- a/src/core/EventList.h +++ b/src/core/EventList.h @@ -26,8 +26,7 @@ enum eEventType EVENT_ICECREAM, EVENT_ATM, EVENT_SHOPSTALL, // used on graffitis - EVENT_SHOPWINDOW, - EVENT_LAST_EVENT // may be above one + EVENT_LAST_EVENT }; enum eEventEntity |