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:
svdijk 2012-09-27 12:22:51 +00:00
parent c25d98b8bd
commit f133047b90

View file

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