mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Schauen wir mal die dumme Konsole in die Pötte zu bekommen
This commit is contained in:
parent
9f3c237bcc
commit
b26cfcf31c
1 changed files with 1 additions and 1 deletions
|
@ -780,7 +780,7 @@ void Key_Event (int key, qboolean down, unsigned time)
|
|||
shift_down = down;
|
||||
|
||||
// console key is hardcoded, so the user can never unbind it
|
||||
if (key == '`' || key == '~')
|
||||
if (key == '^' || key == '~')
|
||||
{
|
||||
if (!down)
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue