mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 00:41:24 +00:00
- more file matching.
- moved c_con to Duke subproject because it's the only one using this stuff.
This commit is contained in:
parent
2883553ed2
commit
14cdfa3f3c
11 changed files with 48 additions and 51 deletions
|
@ -1081,6 +1081,12 @@ CCMD(reset2saved)
|
|||
GameConfig->DoGameSetup (currentGame);
|
||||
}
|
||||
|
||||
CCMD(menu_main)
|
||||
{
|
||||
M_StartControlPanel(true);
|
||||
M_SetMenu(NAME_Mainmenu, -1);
|
||||
}
|
||||
|
||||
CCMD(openmainmenu)
|
||||
{
|
||||
//gi->ClearSoundLocks();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue