Fixed bug #528492, ALT-Q now quits to the menu
This commit is contained in:
parent
41c4b3a9fb
commit
45f58481ae
1 changed files with 1 additions and 1 deletions
|
@ -742,7 +742,7 @@ local int CommandKey(int key)
|
|||
if( !(KeyModifiers&(ModifierAlt|ModifierControl)) ) {
|
||||
break;
|
||||
}
|
||||
GameResult=GameDefeat;
|
||||
QuitToMenu=1;
|
||||
GameRunning=0;
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue