diff options
author | aap <aap@papnet.eu> | 2019-09-06 00:31:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-06 00:31:10 +0200 |
commit | 8c9206fee1845b44e51cb517d0f4f270f0f5c494 (patch) | |
tree | 6733c2ebc5bd4803861b79ae1befdb120a7c0983 /src/core | |
parent | Merge pull request #200 from erorcun/erorcun (diff) | |
parent | Fix and cancellable car enter (diff) | |
download | re3-8c9206fee1845b44e51cb517d0f4f270f0f5c494.tar re3-8c9206fee1845b44e51cb517d0f4f270f0f5c494.tar.gz re3-8c9206fee1845b44e51cb517d0f4f270f0f5c494.tar.bz2 re3-8c9206fee1845b44e51cb517d0f4f270f0f5c494.tar.lz re3-8c9206fee1845b44e51cb517d0f4f270f0f5c494.tar.xz re3-8c9206fee1845b44e51cb517d0f4f270f0f5c494.tar.zst re3-8c9206fee1845b44e51cb517d0f4f270f0f5c494.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/config.h b/src/core/config.h index de89f7c3..d119fe09 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -131,3 +131,4 @@ enum Config { #define USE_DEBUG_SCRIPT_LOADER #define EXPLODING_AIRTRAIN // can blow up jumbo jet with rocket launcher #define ANIMATE_PED_COL_MODEL +#define CANCELLABLE_CAR_ENTER |