diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-03-01 01:34:36 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-03-01 01:34:36 +0300 |
commit | 36a4928c12024d7dd3771951d8b1f5dbb62702d5 (patch) | |
tree | c79dfc361baa5eb82064c57f73fee02a8591064b /src/const | |
parent | b308b360adcb644814360f88daf722a34c11f29d (diff) | |
download | mv-36a4928c12024d7dd3771951d8b1f5dbb62702d5.tar.gz mv-36a4928c12024d7dd3771951d8b1f5dbb62702d5.tar.bz2 mv-36a4928c12024d7dd3771951d8b1f5dbb62702d5.tar.xz mv-36a4928c12024d7dd3771951d8b1f5dbb62702d5.zip |
Add separate configurable sound for new chat message in party and clan tabs.
Diffstat (limited to 'src/const')
-rw-r--r-- | src/const/sound.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/const/sound.h b/src/const/sound.h index 5cae8c7d9..fab305ab2 100644 --- a/src/const/sound.h +++ b/src/const/sound.h @@ -31,6 +31,8 @@ static const std::string SOUND_WHISPER = "soundwhisper"; static const std::string SOUND_HIGHLIGHT = "soundhighlight"; static const std::string SOUND_GLOBAL = "soundglobal"; static const std::string SOUND_GUILD = "soundguild"; +static const std::string SOUND_PARTY = "soundparty"; +static const std::string SOUND_CLAN = "soundclan"; static const std::string SOUND_SHOW_WINDOW = "soundshowwindow"; static const std::string SOUND_HIDE_WINDOW = "soundhidewindow"; |