Schauen wir mal die dumme Konsole in die Pötte zu bekommen

This commit is contained in:
Yamagi Burmeister 2009-03-02 20:50:59 +00:00
parent 9f3c237bcc
commit b26cfcf31c

View file

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