mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Proposal: VHS effect over the replay hut background?
This commit is contained in:
parent
273db8f5c1
commit
65e272f892
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…
Add table
Reference in a new issue