From b507853b18c7eb0e4d865f95bc5db0133ef7613d Mon Sep 17 00:00:00 2001 From: Joseph Carter Date: Sun, 4 Mar 2001 01:55:12 +0000 Subject: [PATCH] A number of keys should bring up the menu in demo playback, they now bring up the console. --- qw/source/keys.c | 1 + 1 file changed, 1 insertion(+) diff --git a/qw/source/keys.c b/qw/source/keys.c index 2d58533f5..ebcf76bd8 100644 --- a/qw/source/keys.c +++ b/qw/source/keys.c @@ -850,6 +850,7 @@ Key_Event (int key, int alt_key, qboolean down) && key != K_CTRL && key != K_DEL && key != K_HOME && key != K_END && key != K_TAB) { // M_ToggleMenu_f (); + Con_ToggleConsole_f (); return; } //