0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-03-22 18:31:27 +00:00

A number of keys should bring up the menu in demo playback, they now bring

up the console.
This commit is contained in:
Joseph Carter 2001-03-04 01:55:12 +00:00
parent e4e80437df
commit b507853b18

View file

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