From 813b2da06576b436d365f1def8b9a36deb804529 Mon Sep 17 00:00:00 2001 From: SinnamonLat Date: Sat, 11 Dec 2021 18:32:50 +0100 Subject: [PATCH] Fix the host menu re-folding on itself if you backed out of difficulty selection --- src/k_menufunc.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/k_menufunc.c b/src/k_menufunc.c index a507f1632..11774e85c 100644 --- a/src/k_menufunc.c +++ b/src/k_menufunc.c @@ -2427,6 +2427,9 @@ void M_SetupDifficultySelectMP(INT32 choice) PLAY_RaceDifficulty[6].status = IT_STRING|IT_CALL; itemOn = 6; // Select cup select by default. + + // okay this is REALLY stupid but this fixes the host menu re-folding on itself when we go back. + mpmenu.modewinextend[0][0] = 1; } // LEVEL SELECT