mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Don't draw multiple WANTED posters in splitscreen
This commit is contained in:
parent
7e13cbd8ec
commit
7c42a72fdd
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…
Add table
Reference in a new issue