diff options
author | eray orçunus <erayorcunus@gmail.com> | 2019-11-03 00:13:29 +0100 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2019-11-03 00:13:29 +0100 |
commit | 1b8533f256fac4fecf644efaae1491e6b8dafc25 (patch) | |
tree | 0ff9dcaf4a89417ece971dc51d9cb4dcc11d67f0 /src/core | |
parent | Merge pull request #264 from erorcun/erorcun (diff) | |
download | re3-1b8533f256fac4fecf644efaae1491e6b8dafc25.tar re3-1b8533f256fac4fecf644efaae1491e6b8dafc25.tar.gz re3-1b8533f256fac4fecf644efaae1491e6b8dafc25.tar.bz2 re3-1b8533f256fac4fecf644efaae1491e6b8dafc25.tar.lz re3-1b8533f256fac4fecf644efaae1491e6b8dafc25.tar.xz re3-1b8533f256fac4fecf644efaae1491e6b8dafc25.tar.zst re3-1b8533f256fac4fecf644efaae1491e6b8dafc25.zip |
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/config.h b/src/core/config.h index 12cb7be8..4ceb701d 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -87,6 +87,9 @@ enum Config { NUM_FIRES = 40, NUMPEDROUTES = 200, + + NUMVISIBLEENTITIES = 2000, + NUMINVISIBLEENTITIES = 150, }; // We'll use this once we're ready to become independent of the game |