diff options
author | erorcun <erayorcunus@gmail.com> | 2019-09-27 19:46:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-27 19:46:34 +0200 |
commit | df6e4093ce9c6ccaeab912e946ef59176ebe3a07 (patch) | |
tree | e1cab849a035d1378d4ec8ebb272818fb73a86f4 /src/core | |
parent | Merge pull request #210 from erorcun/erorcun (diff) | |
parent | Peds, ProcessObjective and fixes (diff) | |
download | re3-df6e4093ce9c6ccaeab912e946ef59176ebe3a07.tar re3-df6e4093ce9c6ccaeab912e946ef59176ebe3a07.tar.gz re3-df6e4093ce9c6ccaeab912e946ef59176ebe3a07.tar.bz2 re3-df6e4093ce9c6ccaeab912e946ef59176ebe3a07.tar.lz re3-df6e4093ce9c6ccaeab912e946ef59176ebe3a07.tar.xz re3-df6e4093ce9c6ccaeab912e946ef59176ebe3a07.tar.zst re3-df6e4093ce9c6ccaeab912e946ef59176ebe3a07.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/config.h b/src/core/config.h index 81e2f2fb..161cf898 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -137,5 +137,6 @@ 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 //#define REMOVE_TREADABLE_PATHFIND +#define CANCELLABLE_CAR_ENTER +#define VC_PED_PORTS |