diff options
author | Sergeanur <s.anureev@yandex.ua> | 2021-08-25 08:49:42 +0300 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2021-08-25 08:49:42 +0300 |
commit | ee93e4bc7dae242fe89c81549f72992ed2c0951f (patch) | |
tree | 14d8146412177de4107839597dabb78f054f2751 /src/core | |
parent | 9ecca45bf356c001737d671739f8091c395b6fce (diff) |
Audio: refactoring, type fixes, renaming cAudioManager fields
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/config.h b/src/core/config.h index 625075c5..35e076bb 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -129,7 +129,7 @@ enum Config { NUM_PED_COMMENTS_BANKS = 2, NUM_PED_COMMENTS_SLOTS = 20, - NUM_SOUNDS_SAMPLES_BANKS = 2, + NUM_SOUND_QUEUES = 2, NUM_AUDIOENTITIES = 200, NUM_SCRIPT_MAX_ENTITIES = 40, |