mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-14 13:51:31 +00:00
Realign YOU ARE THIS PLAYER highlight on non-green-res voting
This commit is contained in:
parent
b3f24ecb3e
commit
71c72bf0c5
1 changed files with 2 additions and 2 deletions
|
@ -1115,7 +1115,7 @@ void Y_VoteDrawer(void)
|
|||
if (!splitscreen && i == consoleplayer)
|
||||
{
|
||||
UINT8 cursorframe = (votetic / 4) % 8;
|
||||
V_DrawScaledPatch(x+24, y+9, 0, W_CachePatchName(va("K_CHILI%d", cursorframe+1), PU_CACHE));
|
||||
V_DrawScaledPatch(x+24, y+9, V_SNAPTOLEFT, W_CachePatchName(va("K_CHILI%d", cursorframe+1), PU_CACHE));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue