Realign YOU ARE THIS PLAYER highlight on non-green-res voting

This commit is contained in:
toaster 2018-11-11 14:36:24 +00:00
parent b3f24ecb3e
commit 71c72bf0c5

View file

@ -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));
}
}