diff options
author | eray orçunus <erayorcunus@gmail.com> | 2020-09-05 19:16:51 +0200 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2020-09-05 19:28:50 +0200 |
commit | 3f402d23ff552fc8785e39d7dfd1dacc32713774 (patch) | |
tree | 55a052f9a04b3c0777484910443a0d5e16c1fd28 /src/core | |
parent | More stinger fix (diff) | |
download | re3-3f402d23ff552fc8785e39d7dfd1dacc32713774.tar re3-3f402d23ff552fc8785e39d7dfd1dacc32713774.tar.gz re3-3f402d23ff552fc8785e39d7dfd1dacc32713774.tar.bz2 re3-3f402d23ff552fc8785e39d7dfd1dacc32713774.tar.lz re3-3f402d23ff552fc8785e39d7dfd1dacc32713774.tar.xz re3-3f402d23ff552fc8785e39d7dfd1dacc32713774.tar.zst re3-3f402d23ff552fc8785e39d7dfd1dacc32713774.zip |
Diffstat (limited to 'src/core')
-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, |