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:
parent
e4e80437df
commit
b507853b18
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue