diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-03-30 19:10:12 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-03-30 19:10:12 +0200 |
commit | 2607a91d87270709db4303ee8cb9011e2d9146ad (patch) | |
tree | 611cf59f1c46b60908057affe8d86eb9b39a23ad /src/core/config.h | |
parent | Add russian lang support (diff) | |
parent | Merge pull request #366 from Nick007J/master (diff) | |
download | re3-2607a91d87270709db4303ee8cb9011e2d9146ad.tar re3-2607a91d87270709db4303ee8cb9011e2d9146ad.tar.gz re3-2607a91d87270709db4303ee8cb9011e2d9146ad.tar.bz2 re3-2607a91d87270709db4303ee8cb9011e2d9146ad.tar.lz re3-2607a91d87270709db4303ee8cb9011e2d9146ad.tar.xz re3-2607a91d87270709db4303ee8cb9011e2d9146ad.tar.zst re3-2607a91d87270709db4303ee8cb9011e2d9146ad.zip |
Diffstat (limited to 'src/core/config.h')
-rw-r--r-- | src/core/config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/config.h b/src/core/config.h index 4015e868..b4f3b7b2 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -100,6 +100,7 @@ enum Config { NUMPHONES = 50, NUMPEDGROUPS = 31, NUMMODELSPERPEDGROUP = 8, + NUMSHOTINFOS = 100, NUMROADBLOCKS = 600, @@ -116,6 +117,8 @@ enum Config { NUM_AUDIO_REFLECTIONS = 5, NUM_SCRIPT_MAX_ENTITIES = 40, + + NUM_GARAGE_STORED_CARS = 6 }; // We'll use this once we're ready to become independent of the game @@ -207,4 +210,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 |