mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-08 22:56:00 +00:00
Fix voice indicator position in server list
Fixes https://gitlab.com/kart-krew-dev/ring-racers/-/issues/47
This commit is contained in:
parent
68d83f6870
commit
d702a61845
1 changed files with 1 additions and 1 deletions
|
|
@ -4588,7 +4588,7 @@ void M_DrawMPServerBrowser(void)
|
|||
// voice chat enabled
|
||||
if (serverlist[i].info.kartvars & SV_VOICEENABLED)
|
||||
{
|
||||
V_DrawFixedPatch((startx - 3) * FRACUNIT, (starty + 2) * FRACUNIT, FRACUNIT, 0, voicepat, NULL);
|
||||
V_DrawFixedPatch((startx - 3) * FRACUNIT, (starty + ypos + 2) * FRACUNIT, FRACUNIT, 0, voicepat, NULL);
|
||||
}
|
||||
}
|
||||
ypos += SERVERSPACE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue