summaryrefslogtreecommitdiffstats
path: root/src/core/config.h
diff options
context:
space:
mode:
authorerorcun <erayorcunus@gmail.com>2019-11-03 00:15:21 +0100
committerGitHub <noreply@github.com>2019-11-03 00:15:21 +0100
commit11d071a0322d3755148848b7a321b2f7c43fc768 (patch)
tree0ff9dcaf4a89417ece971dc51d9cb4dcc11d67f0 /src/core/config.h
parentMerge pull request #264 from erorcun/erorcun (diff)
parentRenderer fixes (diff)
downloadre3-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/config.h')
-rw-r--r--src/core/config.h3
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