mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-22 20:51:31 +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;
|
shift_down = down;
|
||||||
|
|
||||||
// console key is hardcoded, so the user can never unbind it
|
// console key is hardcoded, so the user can never unbind it
|
||||||
if (key == '`' || key == '~')
|
if (key == '^' || key == '~')
|
||||||
{
|
{
|
||||||
if (!down)
|
if (!down)
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue