mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
keys.c: don't be case-sensitive about ctrl-c
git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@739 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
c25d98b8bd
commit
f133047b90
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