mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix tiny medals for Time Attack mode
This commit is contained in:
parent
782732957c
commit
748dd9080d
1 changed files with 2 additions and 2 deletions
|
|
@ -1965,14 +1965,14 @@ void K_drawKartTimestamp(tic_t drawtime, INT32 TX, INT32 TY, INT32 splitflags, U
|
|||
|
||||
if (gamedata->collected[(stickermedalinfo.emblems[i]-emblemlocations)])
|
||||
{
|
||||
V_DrawSmallMappedPatch(workx, worky, splitflags,
|
||||
V_DrawMappedPatch(workx, worky, splitflags,
|
||||
static_cast<patch_t*>(W_CachePatchName(M_GetEmblemPatch(stickermedalinfo.emblems[i], false), PU_CACHE)),
|
||||
R_GetTranslationColormap(TC_DEFAULT, M_GetEmblemColor(stickermedalinfo.emblems[i]), GTC_CACHE)
|
||||
);
|
||||
}
|
||||
else
|
||||
{
|
||||
V_DrawSmallMappedPatch(workx, worky, splitflags,
|
||||
V_DrawMappedPatch(workx, worky, splitflags,
|
||||
static_cast<patch_t*>(W_CachePatchName("NEEDIT", PU_CACHE)),
|
||||
NULL
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue