Don't show voice indicators on score panel outside netgames

This commit is contained in:
Eidolon 2025-06-10 18:34:16 -05:00
parent 12bc1b9cca
commit fe1afa33c5

View file

@ -800,6 +800,7 @@ void Y_PlayerStandingsDrawer(y_data_t *standings, INT32 xoffset)
player_names[pnum]
);
if (netgame)
{
patch_t *voxpat;
int voxxoffs = 0;