I see trees of green

This commit is contained in:
Tatsuru 2020-01-03 16:39:39 -03:00
parent 5568e445ed
commit 423d1af48d
1 changed files with 1 additions and 1 deletions

View File

@ -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;