- added a 'closemenu' CCMD so that menu options that close the menu can be added.

This commit is contained in:
Christoph Oelckers 2013-08-13 21:09:46 +02:00
parent 7a87e08107
commit c8b4fb0d3d
1 changed files with 5 additions and 0 deletions

View File

@ -909,6 +909,11 @@ CCMD (openmenu)
M_SetMenu(argv[1], -1);
}
CCMD (closemenu)
{
M_ClearMenus();
}
//
// Toggle messages on/off
//