mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 15:22:15 +00:00
- added a 'closemenu' CCMD so that menu options that close the menu can be added.
This commit is contained in:
parent
7a87e08107
commit
c8b4fb0d3d
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue