Fixed bug , ALT-Q now quits to the menu

This commit is contained in:
jsalmon3 2002-04-11 17:36:02 +00:00
parent 41c4b3a9fb
commit 45f58481ae

View file

@ -742,7 +742,7 @@ local int CommandKey(int key)
if( !(KeyModifiers&(ModifierAlt|ModifierControl)) ) {
break;
}
GameResult=GameDefeat;
QuitToMenu=1;
GameRunning=0;
break;