diff options
author | aap <aap@papnet.eu> | 2020-03-27 18:41:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-27 18:41:22 +0100 |
commit | 29f69f6216fa629786415e8062ceab3d671ac912 (patch) | |
tree | a59a5d54c5a33cdc1c5bd91535331ec2b5955472 /src/core/config.h | |
parent | Merge pull request #356 from blingu/master (diff) | |
parent | implemented some unused PS2 cams (diff) | |
download | re3-29f69f6216fa629786415e8062ceab3d671ac912.tar re3-29f69f6216fa629786415e8062ceab3d671ac912.tar.gz re3-29f69f6216fa629786415e8062ceab3d671ac912.tar.bz2 re3-29f69f6216fa629786415e8062ceab3d671ac912.tar.lz re3-29f69f6216fa629786415e8062ceab3d671ac912.tar.xz re3-29f69f6216fa629786415e8062ceab3d671ac912.tar.zst re3-29f69f6216fa629786415e8062ceab3d671ac912.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 ff779946..8b7b5a18 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -204,3 +204,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 |