summaryrefslogtreecommitdiffstats
path: root/src/core/config.h
diff options
context:
space:
mode:
authorerorcun <erayorcunus@gmail.com>2019-09-28 18:29:06 +0200
committerGitHub <noreply@github.com>2019-09-28 18:29:06 +0200
commit2d09a4b01347df4e552c746f5cc4c4a1eaba6586 (patch)
tree9d074f55b82c0a8eb1c7bb9daa8190db1219156c /src/core/config.h
parentMerge pull request #211 from erorcun/erorcun (diff)
parentAdded CUTSCENEDIRSIZE to Config enum and CUTSCENENAMESIZE macro (diff)
downloadre3-2d09a4b01347df4e552c746f5cc4c4a1eaba6586.tar
re3-2d09a4b01347df4e552c746f5cc4c4a1eaba6586.tar.gz
re3-2d09a4b01347df4e552c746f5cc4c4a1eaba6586.tar.bz2
re3-2d09a4b01347df4e552c746f5cc4c4a1eaba6586.tar.lz
re3-2d09a4b01347df4e552c746f5cc4c4a1eaba6586.tar.xz
re3-2d09a4b01347df4e552c746f5cc4c4a1eaba6586.tar.zst
re3-2d09a4b01347df4e552c746f5cc4c4a1eaba6586.zip
Diffstat (limited to '')
-rw-r--r--src/core/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/config.h b/src/core/config.h
index 161cf898..366b195e 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -8,6 +8,7 @@ enum Config {
MODELINFOSIZE = 5500,
TXDSTORESIZE = 850,
EXTRADIRSIZE = 128,
+ CUTSCENEDIRSIZE = 512,
SIMPLEMODELSIZE = 5000,
TIMEMODELSIZE = 30,