Menu stuff

git-svn-id: https://svn.eduke32.com/eduke32@6316 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2017-07-05 05:37:49 +00:00
parent d372800b3c
commit 0992cdb03f

View file

@ -4715,7 +4715,7 @@ void G_HandleLocalKeys(void)
typebuf[0] = 0;
}
if (KB_UnBoundKeyPressed(sc_F1)/* || (ud.show_help && I_AdvanceTrigger())*/)
if (!KXDWN && (KB_UnBoundKeyPressed(sc_F1)/* || (ud.show_help && I_AdvanceTrigger())*/))
{
KB_ClearKeyDown(sc_F1);