diff options
author | Sergeanur <s.anureev@yandex.ua> | 2021-08-21 07:42:00 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2021-08-21 07:42:00 +0200 |
commit | fe51abd53420fdeb241c1a733651ea9ec615453a (patch) | |
tree | 4709e7e9cedcbd69243064c11d541b55ab28174c /src/audio/audio_enums.h | |
parent | Auto switch to remote grenade after detonator (diff) | |
download | re3-fe51abd53420fdeb241c1a733651ea9ec615453a.tar re3-fe51abd53420fdeb241c1a733651ea9ec615453a.tar.gz re3-fe51abd53420fdeb241c1a733651ea9ec615453a.tar.bz2 re3-fe51abd53420fdeb241c1a733651ea9ec615453a.tar.lz re3-fe51abd53420fdeb241c1a733651ea9ec615453a.tar.xz re3-fe51abd53420fdeb241c1a733651ea9ec615453a.tar.zst re3-fe51abd53420fdeb241c1a733651ea9ec615453a.zip |
Diffstat (limited to '')
-rw-r--r-- | src/audio/audio_enums.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/audio/audio_enums.h b/src/audio/audio_enums.h index 5a14d312..2a70f2e7 100644 --- a/src/audio/audio_enums.h +++ b/src/audio/audio_enums.h @@ -1304,7 +1304,13 @@ enum CHANNEL_MISSION_AUDIO_1, CHANNEL_MISSION_AUDIO_2, CHANNEL_PLAYER_VEHICLE_ENGINE, - NUM_CHANNELS + NUM_CHANNELS, + + NUM_CHANNELS_DTS_GENERIC = 18, + CHANNEL_DTS_POLICE_RADIO = NUM_CHANNELS_DTS_GENERIC, + CHANNEL_DTS_MISSION_AUDIO_1, + CHANNEL_DTS_MISSION_AUDIO_2, + CHANNEL_DTS_PLAYER_VEHICLE_ENGINE, }; #else enum |