Don't do any further stuff if going to Tutorial course

This commit is contained in:
toaster 2025-08-18 11:10:32 +01:00
parent 2033c75500
commit 7568acd592

View file

@ -1208,6 +1208,8 @@ boolean M_ChallengesInputs(INT32 ch)
M_CloseChallenges();
M_ClearMenus(true);
return false; // DO NOT
}
}
}