diff options
author | aap <aap@papnet.eu> | 2020-05-06 12:23:57 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-05-06 12:23:57 +0200 |
commit | e0568a19d52e7aebef65960df93a90d0693c7b56 (patch) | |
tree | b4ec779b2e76f6a2bebf286084d99888f8ad3275 /src/core/config.h | |
parent | updating librw because of fuckup (diff) | |
download | re3-e0568a19d52e7aebef65960df93a90d0693c7b56.tar re3-e0568a19d52e7aebef65960df93a90d0693c7b56.tar.gz re3-e0568a19d52e7aebef65960df93a90d0693c7b56.tar.bz2 re3-e0568a19d52e7aebef65960df93a90d0693c7b56.tar.lz re3-e0568a19d52e7aebef65960df93a90d0693c7b56.tar.xz re3-e0568a19d52e7aebef65960df93a90d0693c7b56.tar.zst re3-e0568a19d52e7aebef65960df93a90d0693c7b56.zip |
Diffstat (limited to 'src/core/config.h')
-rw-r--r-- | src/core/config.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/core/config.h b/src/core/config.h index bc5b3aad..32facfe6 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -53,14 +53,13 @@ enum Config { NUMREFERENCES = 800, // Zones - NUMAUDIOZONES = 36, - NUMZONES = 50, - NUMMAPZONES = 25, + NUMAUDIOZONES = 14, + NUMINFOZONES = 169, + NUMMAPZONES = 39, + NUMNAVIGZONES = 20, // Cull zones - NUMCULLZONES = 512, - NUMATTRIBZONES = 288, - NUMZONEINDICES = 55000, + NUMATTRIBZONES = 704, NUMHANDLINGS = 57, |