mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-06-02 01:21:17 +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_CTRL && key != K_DEL && key != K_HOME && key != K_END
|
||||||
&& key != K_TAB) {
|
&& key != K_TAB) {
|
||||||
// M_ToggleMenu_f ();
|
// M_ToggleMenu_f ();
|
||||||
|
Con_ToggleConsole_f ();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue