Re-add cross-around hack for M_DrawChallenges

This commit is contained in:
toaster 2022-12-11 17:01:25 +00:00
parent f179a3523f
commit edeb9d072c

View file

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