mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-03-13 22:34:16 +00:00
keys.c: don't be case-sensitive about ctrl-c
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@739 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
2ea63382de
commit
f1cd93e5f9
1 changed files with 1 additions and 0 deletions
|
@ -349,6 +349,7 @@ void Key_Console (int key)
|
|||
return;
|
||||
|
||||
case 'c':
|
||||
case 'C':
|
||||
if (keydown[K_CTRL]) {
|
||||
// Control+C (S.A)
|
||||
// abort this line.
|
||||
|
|
Loading…
Reference in a new issue