mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-30 05:00:46 +00:00
I see trees of green
This commit is contained in:
parent
5568e445ed
commit
423d1af48d
1 changed files with 1 additions and 1 deletions
|
@ -1305,7 +1305,7 @@ void ST_drawTitleCard(void)
|
|||
const UINT8 *colormap;
|
||||
stplyr = &players[consoleplayer];
|
||||
|
||||
if (stplyr)
|
||||
if (stplyr->skincolor)
|
||||
colornum = stplyr->skincolor;
|
||||
else
|
||||
colornum = cv_playercolor.value;
|
||||
|
|
Loading…
Reference in a new issue