mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +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)
|
if (encoremode)
|
||||||
ang = ANGLE_180 - ang;
|
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(
|
K_drawKartMinimapIcon(
|
||||||
interpx,
|
interpx,
|
||||||
interpy,
|
interpy,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue