diff options
author | aap <aap@papnet.eu> | 2020-03-29 14:05:21 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-03-29 14:07:38 +0200 |
commit | ac097e6fc771172ace85f89a7a77d8a96242a449 (patch) | |
tree | c3bd92cf91c4b0c4c719209f06d7336fcfb7682d /src/core/config.h | |
parent | db92864fe2ac5fa6fda47d0db634bf466d060356 (diff) |
rotating FollowPed cam (disabled by default for now)
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 ba00992a..2ff0ef78 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -206,4 +206,6 @@ enum Config { // #define NEW_WALK_AROUND_ALGORITHM // to make walking around vehicles/objects less awkward #define CANCELLABLE_CAR_ENTER +// Camera #define IMPROVED_CAMERA // Better Debug cam, and maybe more in the future +//#define FREE_CAM // Rotating cam |