Proposal: VHS effect over the replay hut background?

This commit is contained in:
fickleheart 2019-04-10 09:10:09 -05:00
parent 40d065a024
commit 5fcafb643b

View file

@ -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;