diff --git a/src/game/client/components/voting.cpp b/src/game/client/components/voting.cpp index 0a3496259..e276a23d8 100644 --- a/src/game/client/components/voting.cpp +++ b/src/game/client/components/voting.cpp @@ -4,6 +4,7 @@ #include "voting.h" #include +#include #include #include @@ -200,6 +201,7 @@ void CVoting::OnMessage(int MsgType, void *pRawMsg) char aBuf[512]; str_format(aBuf, sizeof(aBuf), "%s (%s)", m_aDescription, m_aReason); Client()->Notify("DDNet Vote", aBuf); + m_pClient->m_pSounds->Play(CSounds::CHN_GUI, SOUND_CHAT_HIGHLIGHT, 0); } } }