- re-added a 'break' that got lost somehow.

This commit is contained in:
Christoph Oelckers 2020-06-14 18:14:06 +02:00
parent 75cd00a340
commit cf6bcf4d2b
1 changed files with 1 additions and 0 deletions

View File

@ -176,6 +176,7 @@ bool M_SetSpecialMenu(FName menu, int param)
M_StartMessage (GStrings("SAVEDEAD"), 1);
return false;
}
break;
case NAME_Quitmenu:
// The separate menu class no longer exists but the name still needs support for existing mods.