Skip to content

Commit

Permalink
- re-added a 'break' that got lost somehow.
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed Jun 14, 2020
1 parent 75cd00a commit cf6bcf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/menu/doommenu.cpp
Expand Up @@ -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.
Expand Down

0 comments on commit cf6bcf4

Please sign in to comment.