- 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

View file

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