summaryrefslogtreecommitdiffstats
path: root/src/core/config.h
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2021-08-24 13:58:41 +0200
committerSergeanur <s.anureev@yandex.ua>2021-08-24 13:58:41 +0200
commitabbfb09a64e4d9188cb9ef17733693d43e9a51ce (patch)
tree2c3276ed78309d5a059e83c6eb042cce95bf3d60 /src/core/config.h
parentMake ped comments update position and volume + fix cPedComments::Process (diff)
downloadre3-abbfb09a64e4d9188cb9ef17733693d43e9a51ce.tar
re3-abbfb09a64e4d9188cb9ef17733693d43e9a51ce.tar.gz
re3-abbfb09a64e4d9188cb9ef17733693d43e9a51ce.tar.bz2
re3-abbfb09a64e4d9188cb9ef17733693d43e9a51ce.tar.lz
re3-abbfb09a64e4d9188cb9ef17733693d43e9a51ce.tar.xz
re3-abbfb09a64e4d9188cb9ef17733693d43e9a51ce.tar.zst
re3-abbfb09a64e4d9188cb9ef17733693d43e9a51ce.zip
Diffstat (limited to 'src/core/config.h')
-rw-r--r--src/core/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/config.h b/src/core/config.h
index cb9deb7f..55232f06 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -449,7 +449,8 @@ static_assert(false, "SUPPORT_XBOX_SCRIPT and SUPPORT_MOBILE_SCRIPT are mutually
//#define AUDIO_OAL_USE_SNDFILE // use libsndfile to decode WAVs instead of our internal decoder
#define AUDIO_OAL_USE_MPG123 // use mpg123 to support mp3 files
#define PAUSE_RADIO_IN_FRONTEND // pause radio when game is paused
-#define ATTACH_PED_COMMENTS_TO_ENTITIES // ped comments coordinates would update following ped entity
+#define ATTACH_RELEASING_SOUNDS_TO_ENTITIES // ped comments coordinates would update following ped entity
+#define USE_TIME_SCALE_FOR_AUDIO // slow down/speed up sounds according to the speed of the game
#define MULTITHREADED_AUDIO // for streams. requires C++11 or later
#ifdef AUDIO_OPUS