mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'fix-splitscreen-tally-lives' into 'master'
Tally: adjust lives icon in splitscreen See merge request KartKrew/Kart!1828
This commit is contained in:
commit
352fd87537
1 changed files with 1 additions and 0 deletions
|
|
@ -1230,6 +1230,7 @@ void level_tally_t::Draw(void)
|
|||
|
||||
const skincolornum_t color = static_cast<skincolornum_t>(owner->skincolor);
|
||||
lives_drawer
|
||||
.x(r_splitscreen ? -7.0 : 0.0)
|
||||
.colormap(owner->skin, color)
|
||||
.patch(faceprefix[owner->skin][r_splitscreen ? FACE_MINIMAP : FACE_RANK]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue