Fix duped patch
This commit is contained in:
parent
61bb7c8013
commit
35292fca34
1 changed files with 1 additions and 2 deletions
|
|
@ -375,7 +375,6 @@ void K_LoadKartHUDGraphics(void)
|
|||
|
||||
// Special minimap icons
|
||||
HU_UpdatePatch(&kp_nocontestminimap, "MINIDEAD");
|
||||
HU_UpdatePatch(&kp_spbminimap, "K_SPTKRM");
|
||||
HU_UpdatePatch(&kp_itemboxminimap, "K_ITMMM");
|
||||
|
||||
// Rings & Lives
|
||||
|
|
@ -4203,7 +4202,7 @@ static void K_drawKartMinimap(void)
|
|||
color = mobj->color;
|
||||
}
|
||||
|
||||
workingPic = kp_spbminimap;
|
||||
workingPic = kp_splitkarmabomb;
|
||||
colormap = R_GetTranslationColormap(tc, color, GTC_CACHE);
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in a new issue