mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'eid-servlist-voice' into 'master'
Fix voice indicator position in server list Closes ring-racers#47 See merge request kart-krew-dev/ring-racers-internal!2823
This commit is contained in:
commit
3b4d33148b
1 changed files with 1 additions and 1 deletions
|
|
@ -4588,7 +4588,7 @@ void M_DrawMPServerBrowser(void)
|
||||||
// voice chat enabled
|
// voice chat enabled
|
||||||
if (serverlist[i].info.kartvars & SV_VOICEENABLED)
|
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;
|
ypos += SERVERSPACE;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue