mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Minimap directioning dot will use the correct skincolor even when set up for alternate remappable indices
Resolves KartKrew/RingRacers#115
This commit is contained in:
parent
069c079f16
commit
69cc74ad8e
1 changed files with 6 additions and 0 deletions
|
|
@ -4881,6 +4881,12 @@ static void K_drawKartMinimap(void)
|
|||
if (encoremode)
|
||||
ang = ANGLE_180 - ang;
|
||||
|
||||
if (skin && mobj->color && !mobj->colorized // relevant to redo
|
||||
&& skins[skin].starttranscolor != skins[0].starttranscolor) // redoing would have an affect
|
||||
{
|
||||
colormap = R_GetTranslationColormap(TC_DEFAULT, static_cast<skincolornum_t>(mobj->color), GTC_CACHE);
|
||||
}
|
||||
|
||||
K_drawKartMinimapIcon(
|
||||
interpx,
|
||||
interpy,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue