'q' for quit, removed. Use 'Q' to quit game.

This commit is contained in:
johns 2000-04-26 23:46:07 +00:00
parent 51d7e1cdd3
commit 2ddb0fb856
2 changed files with 1 additions and 2 deletions

View file

@ -203,7 +203,6 @@ local int CommandKey(int key)
break;
// FIXME: shift+TAB
case 'q':
case 'Q': // should be better protected
Exit(0);
case KeyCodeUp:

View file

@ -486,7 +486,7 @@ Use it at your own risk.\n"
/**
** Exit clone.
**
** Called from 'q'.
** Called from 'Q'.
*/
global volatile void Exit(int err)
{