mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 17:01:03 +00:00
- added an engine credits menu page.
This commit is contained in:
parent
c0c18db7cd
commit
a4d8e68b9f
10 changed files with 58 additions and 838 deletions
|
@ -466,6 +466,16 @@ bool M_SetMenu(FName menu, int param, FName caller)
|
|||
case NAME_SkillMenu:
|
||||
GameStartupInfo.Skill = param;
|
||||
break;
|
||||
|
||||
case NAME_EngineCredits:
|
||||
case NAME_EngineCredits2:
|
||||
{
|
||||
auto m = DMenu::CurrentMenu;
|
||||
DMenu::CurrentMenu = m->mParentMenu;
|
||||
m->mParentMenu = nullptr;
|
||||
toDelete.Push(m);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
switch (menu)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue