mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
and another one :/
This commit is contained in:
parent
7816644fc3
commit
504ee0014f
1 changed files with 3 additions and 0 deletions
|
@ -522,6 +522,9 @@ Menu_KeyEvent (knum_t key, short unicode, qboolean down)
|
|||
PR_ExecuteProgram (&menu_pr_state, item->func);
|
||||
} else {
|
||||
menu = item;
|
||||
if (menu->enter_hook) {
|
||||
PR_ExecuteProgram (&menu_pr_state, menu->enter_hook);
|
||||
}
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue