Don't draw multiple WANTED posters in splitscreen

This commit is contained in:
TehRealSalt 2019-01-15 03:41:33 -05:00
parent 8bbb63f52a
commit 5cd8691a71

View file

@ -7334,6 +7334,9 @@ static void K_drawKartWanted(void)
UINT8 *colormap = NULL;
INT32 basex = 0, basey = 0;
if (stplyr != &players[displayplayer])
return;
for (i = 0; i < 4; i++)
{
if (battlewanted[i] == -1)