mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Splitscreen GP: do not display stats for rounds by which that player GAME OVERed
This commit is contained in:
parent
e46f246c95
commit
722e443c2d
1 changed files with 2 additions and 3 deletions
|
|
@ -599,10 +599,9 @@ void podiumData_s::Draw(void)
|
||||||
.text(va("%c", ('A' + p)));
|
.text(va("%c", ('A' + p)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
// Do not draw any stats for GAME OVERed player
|
||||||
|
else if (gpRank_level_perplayer_t *const dta = &lvl->perPlayer[p]; dta->grade != GRADE_INVALID)
|
||||||
{
|
{
|
||||||
gpRank_level_perplayer_t *const dta = &lvl->perPlayer[p];
|
|
||||||
|
|
||||||
srb2::Draw drawer_rank = drawer_perplayer.xy(2, 0);
|
srb2::Draw drawer_rank = drawer_perplayer.xy(2, 0);
|
||||||
|
|
||||||
if (lvl->event != GPEVENT_SPECIAL)
|
if (lvl->event != GPEVENT_SPECIAL)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue