From 5fcafb643b59cd9e267dc726ae7fb3fcbb747e4b Mon Sep 17 00:00:00 2001 From: fickleheart Date: Wed, 10 Apr 2019 09:10:09 -0500 Subject: [PATCH] Proposal: VHS effect over the replay hut background? --- src/m_menu.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/m_menu.c b/src/m_menu.c index c7461426..7a4ea678 100644 --- a/src/m_menu.c +++ b/src/m_menu.c @@ -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;