mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix splitscreen Title Card act name regression
This fixes act names not being shown on player 2's view
This commit is contained in:
parent
1b4d36245f
commit
cb9d0a2fbe
1 changed files with 4 additions and 5 deletions
|
|
@ -1333,10 +1333,9 @@ void ST_drawTitleCard(void)
|
||||||
patch_t *actpat, *zigzag, *zztext;
|
patch_t *actpat, *zigzag, *zztext;
|
||||||
UINT8 colornum;
|
UINT8 colornum;
|
||||||
const UINT8 *colormap;
|
const UINT8 *colormap;
|
||||||
stplyr = &players[consoleplayer];
|
|
||||||
|
|
||||||
if (stplyr->skincolor)
|
if (players[consoleplayer].skincolor)
|
||||||
colornum = stplyr->skincolor;
|
colornum = players[consoleplayer].skincolor;
|
||||||
else
|
else
|
||||||
colornum = cv_playercolor.value;
|
colornum = cv_playercolor.value;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue