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) {