diff --git a/src/game/client/components/mapsounds.cpp b/src/game/client/components/mapsounds.cpp index 630c9d53c..c16a5ea55 100644 --- a/src/game/client/components/mapsounds.cpp +++ b/src/game/client/components/mapsounds.cpp @@ -105,7 +105,7 @@ void CMapSounds::OnRender() Client()->IntraGameTick()); } float offset = s_Time-pSource->m_pSource->m_TimeDelay; - if(offset >= 0.0f) + if(offset >= 0.0f && g_Config.m_SndEnable) { if(pSource->m_Voice.IsValid()) {