What the fuck?

This commit is contained in:
Antonio Martinez 2025-05-21 17:39:33 -04:00
parent f0bcc82f90
commit bf2f9a9898

View file

@ -7431,7 +7431,7 @@ void NetVoiceUpdate(void)
switch (cv_voice_mode.value)
{
case 0:
i_GetTime() - g_local_voice_threshold_time > 15)
if (I_GetTime() - g_local_voice_threshold_time > 15)
{
g_local_voice_buffer_len = 0;
g_local_voice_detected = false;