summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorFilip Gawin <filip.gawin@zoho.com>2020-03-21 14:51:30 +0100
committerFilip Gawin <filip.gawin@zoho.com>2020-03-22 17:30:54 +0100
commita097f225bcc4782820f76cc79b2c9121daae109b (patch)
tree4a599984a9b67565f3345054760426af155ec038 /src/core
parentCleanup audio code + fixes for review (diff)
downloadre3-a097f225bcc4782820f76cc79b2c9121daae109b.tar
re3-a097f225bcc4782820f76cc79b2c9121daae109b.tar.gz
re3-a097f225bcc4782820f76cc79b2c9121daae109b.tar.bz2
re3-a097f225bcc4782820f76cc79b2c9121daae109b.tar.lz
re3-a097f225bcc4782820f76cc79b2c9121daae109b.tar.xz
re3-a097f225bcc4782820f76cc79b2c9121daae109b.tar.zst
re3-a097f225bcc4782820f76cc79b2c9121daae109b.zip
Diffstat (limited to 'src/core')
-rw-r--r--src/core/config.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/core/config.h b/src/core/config.h
index f2b9c403..468e8468 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -101,6 +101,17 @@ enum Config {
NUMVISIBLEENTITIES = 2000,
NUMINVISIBLEENTITIES = 150,
+
+ NUM_AUDIOENTITY_EVENTS = 4,
+ NUM_PED_COMMENTS_BANKS = 2,
+ NUM_PED_COMMENTS_SLOTS = 20,
+
+ NUM_SOUNDS_SAMPLES_BANKS = 2,
+ NUM_SOUNDS_SAMPLES_SLOTS = 27,
+ NUM_AUDIOENTITIES = 200,
+
+ NUM_AUDIO_REFLECTIONS = 5,
+ NUM_SCRIPT_MAX_ENTITIES = 40,
};
// We'll use this once we're ready to become independent of the game