mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-29 20:20:43 +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);
|
PR_ExecuteProgram (&menu_pr_state, item->func);
|
||||||
} else {
|
} else {
|
||||||
menu = item;
|
menu = item;
|
||||||
|
if (menu->enter_hook) {
|
||||||
|
PR_ExecuteProgram (&menu_pr_state, menu->enter_hook);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue