From 2ddb0fb856620321fb98fbae9555810e14aa064c Mon Sep 17 00:00:00 2001 From: johns <> Date: Wed, 26 Apr 2000 23:46:07 +0000 Subject: [PATCH] 'q' for quit, removed. Use 'Q' to quit game. --- stratagus/interface.cpp | 1 - stratagus/stratagus.cpp | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/stratagus/interface.cpp b/stratagus/interface.cpp index 0a8e3f1c9..ef8346a08 100644 --- a/stratagus/interface.cpp +++ b/stratagus/interface.cpp @@ -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: diff --git a/stratagus/stratagus.cpp b/stratagus/stratagus.cpp index fb658e8cd..f19fb2002 100644 --- a/stratagus/stratagus.cpp +++ b/stratagus/stratagus.cpp @@ -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) {