diff options
author | aap <aap@papnet.eu> | 2020-03-26 14:16:06 +0100 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-03-27 10:04:45 +0100 |
commit | f0dfaac838fdbb90783609bf4e45518ccf853708 (patch) | |
tree | 0091bdfdf4a7149265af7a596906a9cf4f50a55c /src/core/config.h | |
parent | Merge pull request #353 from Sergeanur/Debug (diff) | |
download | re3-f0dfaac838fdbb90783609bf4e45518ccf853708.tar re3-f0dfaac838fdbb90783609bf4e45518ccf853708.tar.gz re3-f0dfaac838fdbb90783609bf4e45518ccf853708.tar.bz2 re3-f0dfaac838fdbb90783609bf4e45518ccf853708.tar.lz re3-f0dfaac838fdbb90783609bf4e45518ccf853708.tar.xz re3-f0dfaac838fdbb90783609bf4e45518ccf853708.tar.zst re3-f0dfaac838fdbb90783609bf4e45518ccf853708.zip |
Diffstat (limited to 'src/core/config.h')
-rw-r--r-- | src/core/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/config.h b/src/core/config.h index 9235e744..eb8d41c7 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -201,3 +201,5 @@ enum Config { #define VC_PED_PORTS // various ports from VC's CPed, mostly subtle #define NEW_WALK_AROUND_ALGORITHM // to make walking around vehicles/objects less awkward #define CANCELLABLE_CAR_ENTER + +#define IMPROVED_CAMERA // Better Debug cam, and maybe more in the future |