mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 20:31:30 +00:00
Proposal: VHS effect over the replay hut background?
This commit is contained in:
parent
40d065a024
commit
5fcafb643b
1 changed files with 3 additions and 0 deletions
|
@ -5435,6 +5435,9 @@ static void M_DrawReplayHut(void)
|
|||
|
||||
V_DrawPatchFill(W_CachePatchName("SRB2BACK", PU_CACHE));
|
||||
|
||||
if (cv_vhseffect.value)
|
||||
V_DrawVhsEffect(false);
|
||||
|
||||
// Draw menu choices
|
||||
x = currentMenu->x;
|
||||
y = currentMenu->y;
|
||||
|
|
Loading…
Reference in a new issue