mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-13 07:57:51 +00:00
- re-added a 'break' that got lost somehow.
This commit is contained in:
parent
75cd00a340
commit
cf6bcf4d2b
1 changed files with 1 additions and 0 deletions
|
@ -176,6 +176,7 @@ bool M_SetSpecialMenu(FName menu, int param)
|
||||||
M_StartMessage (GStrings("SAVEDEAD"), 1);
|
M_StartMessage (GStrings("SAVEDEAD"), 1);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
|
|
||||||
case NAME_Quitmenu:
|
case NAME_Quitmenu:
|
||||||
// The separate menu class no longer exists but the name still needs support for existing mods.
|
// The separate menu class no longer exists but the name still needs support for existing mods.
|
||||||
|
|
Loading…
Reference in a new issue