From edeb9d072c4592abdf1aefcab7243b6bb1214f46 Mon Sep 17 00:00:00 2001 From: toaster Date: Sun, 11 Dec 2022 17:01:25 +0000 Subject: [PATCH] Re-add cross-around hack for `M_DrawChallenges` --- src/k_menudraw.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/k_menudraw.c b/src/k_menudraw.c index bc5db7449..451731f78 100644 --- a/src/k_menudraw.c +++ b/src/k_menudraw.c @@ -4615,8 +4615,8 @@ void M_DrawChallenges(void) if (challengegridloops) { - //if (!challengesmenu.col && challengesmenu.hilix) - //x -= gamedata->challengegridwidth*16; + if (!challengesmenu.col && challengesmenu.hilix) + x -= gamedata->challengegridwidth*16; i = challengesmenu.col + challengesmenu.focusx; explodex = x - (i*16);