Fix Win32 build of scores.cpp

Fixes: 0b8f32d744 ("Set player name in Players[] at single-player game start")
This commit is contained in:
Kp 2019-11-19 02:42:24 +00:00
parent 5f0e99b472
commit ca383c1fe7

View file

@ -323,7 +323,7 @@ static void scores_draw_item(grs_canvas &canvas, const grs_font &cv_font, const
const auto &&fspacx = FSPACX();
const auto &&fspacx66 = fspacx(66);
const auto &&fspacy_y = FSPACY(y);
if (!stats->name[0])
if (!stats->name[0u])
{
gr_string(canvas, cv_font, fspacx66, fspacy_y, TXT_EMPTY);
return;