- more file matching.

- moved c_con to Duke subproject because it's the only one using this stuff.
This commit is contained in:
Christoph Oelckers 2020-04-12 00:09:39 +02:00
parent 2883553ed2
commit 14cdfa3f3c
11 changed files with 48 additions and 51 deletions

View file

@ -1081,6 +1081,12 @@ CCMD(reset2saved)
GameConfig->DoGameSetup (currentGame);
}
CCMD(menu_main)
{
M_StartControlPanel(true);
M_SetMenu(NAME_Mainmenu, -1);
}
CCMD(openmainmenu)
{
//gi->ClearSoundLocks();