engine: small code fixes related to voice chat

This commit is contained in:
SNMetamorph
2022-08-16 10:39:21 +04:00
committed by Alibek Omarov
parent ae97eae42f
commit 97879430e9
7 changed files with 25 additions and 14 deletions

View File

@@ -341,4 +341,19 @@ void SNDDMA_Activate( qboolean active )
}
}
qboolean VoiceCapture_Init( void )
{
return false;
}
qboolean VoiceCapture_RecordStart( void )
{
return false;
}
void VoiceCapture_RecordStop( void )
{
}
#endif