mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'emerald-hud-gfx-tags' into 'master'
Always cache EMEMAP/SUPMAP in PU_HUDGFX tag Closes #1240 See merge request KartKrew/Kart!2326
This commit is contained in:
commit
16e7fd475b
2 changed files with 3 additions and 3 deletions
|
|
@ -1295,7 +1295,7 @@ void F_GameEvaluationDrawer(void)
|
|||
|
||||
patch_t *empat = W_CachePatchName(
|
||||
(evaluationtype == EVAL_CHAOS) ? "EMEMAP" : "SUPMAP",
|
||||
PU_PATCH_LOWPRIORITY
|
||||
PU_HUDGFX
|
||||
);
|
||||
x -= 6*FRACUNIT;
|
||||
y -= 6*FRACUNIT;
|
||||
|
|
|
|||
|
|
@ -3098,7 +3098,7 @@ windataemeraldmaybe:
|
|||
colormap ? '\0' : 'B'
|
||||
);
|
||||
|
||||
V_DrawFixedPatch((rankx)*FRACUNIT, (ranky)*FRACUNIT, FRACUNIT, 0, W_CachePatchName(emname, PU_CACHE), colormap);
|
||||
V_DrawFixedPatch((rankx)*FRACUNIT, (ranky)*FRACUNIT, FRACUNIT, 0, W_CachePatchName(emname, PU_HUDGFX), colormap);
|
||||
}
|
||||
}
|
||||
else if (statsmode)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue