One more reversal in HUD

0 to 1
This commit is contained in:
VelocitOni 2025-07-24 23:26:42 -04:00
parent d3e4f91824
commit 0ad6882883

View file

@ -2967,7 +2967,7 @@ void PositionFacesInfo::draw_1p()
}
// Voice speaking indicator
if (netgame && !players[rankplayer[i]].bot && cv_voice_allowservervoice.value == 0)
if (netgame && !players[rankplayer[i]].bot && cv_voice_allowservervoice.value == 1)
{
patch_t *voxmic;
if (S_IsPlayerVoiceActive(rankplayer[i]))