mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-02-20 19:02:37 +00:00
Don't draw multiple WANTED posters in splitscreen
This commit is contained in:
parent
8bbb63f52a
commit
5cd8691a71
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue