summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-06-08 16:32:57 +0200
committerGitHub <noreply@github.com>2020-06-08 16:32:57 +0200
commit85d845c5ce5b004ef0a005652ebcdb82b1143579 (patch)
treea8e4ec80bc8ecf056616dda057fd96fb635273e1 /src/core
parentbla (diff)
parentfixes (diff)
downloadre3-85d845c5ce5b004ef0a005652ebcdb82b1143579.tar
re3-85d845c5ce5b004ef0a005652ebcdb82b1143579.tar.gz
re3-85d845c5ce5b004ef0a005652ebcdb82b1143579.tar.bz2
re3-85d845c5ce5b004ef0a005652ebcdb82b1143579.tar.lz
re3-85d845c5ce5b004ef0a005652ebcdb82b1143579.tar.xz
re3-85d845c5ce5b004ef0a005652ebcdb82b1143579.tar.zst
re3-85d845c5ce5b004ef0a005652ebcdb82b1143579.zip
Diffstat (limited to 'src/core')
-rw-r--r--src/core/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/config.h b/src/core/config.h
index b0ef3f67..104c78c9 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -126,9 +126,9 @@ enum Config {
NUM_SOUNDS_SAMPLES_BANKS = 2,
NUM_SOUNDS_SAMPLES_SLOTS = 27,
- NUM_AUDIOENTITIES = 200,
+ NUM_AUDIOENTITIES = 250,
- NUM_AUDIO_REFLECTIONS = 5,
+ NUM_AUDIO_REFLECTIONS = 8,
NUM_SCRIPT_MAX_ENTITIES = 40,
NUM_GARAGE_STORED_CARS = 4,