diff options
author | erorcun <erayorcunus@gmail.com> | 2019-11-03 00:15:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-03 00:15:21 +0100 |
commit | 11d071a0322d3755148848b7a321b2f7c43fc768 (patch) | |
tree | 0ff9dcaf4a89417ece971dc51d9cb4dcc11d67f0 /src/core | |
parent | Merge pull request #264 from erorcun/erorcun (diff) | |
parent | Renderer fixes (diff) | |
download | re3-11d071a0322d3755148848b7a321b2f7c43fc768.tar re3-11d071a0322d3755148848b7a321b2f7c43fc768.tar.gz re3-11d071a0322d3755148848b7a321b2f7c43fc768.tar.bz2 re3-11d071a0322d3755148848b7a321b2f7c43fc768.tar.lz re3-11d071a0322d3755148848b7a321b2f7c43fc768.tar.xz re3-11d071a0322d3755148848b7a321b2f7c43fc768.tar.zst re3-11d071a0322d3755148848b7a321b2f7c43fc768.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 |