M_HandleMenuInput: remove extra newline from "this cannot be done in a modified game"

This commit is contained in:
toaster 2023-02-27 17:39:31 +00:00
parent 6d43d8ef09
commit b0ae6a7532

View file

@ -932,7 +932,7 @@ static void M_HandleMenuInput(void)
{
if (((currentMenu->menuitems[itemOn].status & IT_CALLTYPE) & IT_CALL_NOTMODIFIED) && majormods)
{
M_StartMessage(M_GetText("This cannot be done with complex addons\nor in a cheated game.\n\nPress (B)\n"), NULL, MM_NOTHING);
M_StartMessage(M_GetText("This cannot be done with complex addons\nor in a cheated game.\n\nPress (B)"), NULL, MM_NOTHING);
return;
}
}