diff options
author | erorcun <erayorcunus@gmail.com> | 2020-09-10 02:21:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-10 02:21:23 +0200 |
commit | e9a7ab789d98c882cb1b27f476cd87e8ca919428 (patch) | |
tree | 232211f00519d9d659cab761515dfacfcc8c8796 /src/core/EventList.h | |
parent | Merge pull request #698 from majesticCoding/miami (diff) | |
parent | Peds objectives and wait states done, fixes (diff) | |
download | re3-e9a7ab789d98c882cb1b27f476cd87e8ca919428.tar re3-e9a7ab789d98c882cb1b27f476cd87e8ca919428.tar.gz re3-e9a7ab789d98c882cb1b27f476cd87e8ca919428.tar.bz2 re3-e9a7ab789d98c882cb1b27f476cd87e8ca919428.tar.lz re3-e9a7ab789d98c882cb1b27f476cd87e8ca919428.tar.xz re3-e9a7ab789d98c882cb1b27f476cd87e8ca919428.tar.zst re3-e9a7ab789d98c882cb1b27f476cd87e8ca919428.zip |
Diffstat (limited to 'src/core/EventList.h')
-rw-r--r-- | src/core/EventList.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/EventList.h b/src/core/EventList.h index 0531aed7..dcca1270 100644 --- a/src/core/EventList.h +++ b/src/core/EventList.h @@ -24,6 +24,7 @@ enum eEventType EVENT_CAR_SET_ON_FIRE, EVENT_ASSAULT_NASTYWEAPON, EVENT_ASSAULT_NASTYWEAPON_POLICE, + EVENT_UNK, // Not on SA it seems EVENT_ICECREAM, EVENT_ATM, EVENT_SHOPSTALL, |