mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Cleanup
This commit is contained in:
parent
8d230306d8
commit
34c39b43f0
|
@ -594,22 +594,6 @@ ISound::CVoiceHandle CSound::Play(int ChannelID, int SampleID, int Flags, float
|
|||
int Age = -1;
|
||||
int i;
|
||||
|
||||
//if(SampleID == 107) // GetSampleID(SOUND_CHAT_SERVER)
|
||||
//{
|
||||
// if(!g_Config.m_SndServerMessage)
|
||||
// return CVoiceHandle();
|
||||
//}
|
||||
//else if(SampleID == 108) // GetSampleID(SOUND_CHAT_CLIENT)
|
||||
//{}
|
||||
//else if(SampleID == 109) // GetSampleID(SOUND_CHAT_HIGHLIGHT)
|
||||
//{
|
||||
// if(!g_Config.m_SndHighlight)
|
||||
// return CVoiceHandle();
|
||||
//}
|
||||
//else if(!g_Config.m_SndGame)
|
||||
// return CVoiceHandle();
|
||||
|
||||
|
||||
lock_wait(m_SoundLock);
|
||||
|
||||
// search for voice
|
||||
|
|
Loading…
Reference in a new issue