mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-10 08:44:25 +00:00
Podium HUD: Use player's skin for minimap rank icon, not the overall best skin (Resolves #1246)
This commit is contained in:
parent
5b466527e8
commit
f06e6e8d26
1 changed files with 1 additions and 1 deletions
|
|
@ -591,7 +591,7 @@ void podiumData_s::Draw(void)
|
|||
drawer_perplayer
|
||||
.xy(12, -2)
|
||||
.colormap(player->skin, static_cast<skincolornum_t>(player->skincolor))
|
||||
.patch(faceprefix[rank.skin][FACE_MINIMAP]);
|
||||
.patch(faceprefix[player->skin][FACE_MINIMAP]);
|
||||
|
||||
drawer_perplayer
|
||||
.xy(26, 0)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue