fixed 'remove bot menu' not showing up
rewritten posix makefile from the ground reworked menu logic, so endpoint menu item will redraw menu once again, instead of closing it.
This commit is contained in:
parent
8cdd4d5979
commit
75d1f1ec58
7 changed files with 251 additions and 197 deletions
|
|
@ -106,6 +106,9 @@ void DisplayMenuToClient (edict_t *ent, MenuId menu)
|
|||
// make menus looks like we need only once
|
||||
if (!s_menusParsed)
|
||||
{
|
||||
extern void SetupBotMenus (void);
|
||||
SetupBotMenus ();
|
||||
|
||||
for (int i = 0; i < ARRAYSIZE_HLSDK (g_menus); i++)
|
||||
{
|
||||
auto parsed = &g_menus[i];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue