and another one :/

This commit is contained in:
Bill Currie 2002-03-19 17:03:52 +00:00
parent 7816644fc3
commit 504ee0014f

View file

@ -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;