diff -r 5a4bc518c59a -r 9ac5acc4f3e5 hedgewars/uWorld.pas --- a/hedgewars/uWorld.pas Sun Aug 07 22:20:52 2011 +0400 +++ b/hedgewars/uWorld.pas Sun Aug 07 22:24:13 2011 +0400 @@ -1318,7 +1318,7 @@ procedure onFocusStateChanged; begin if (not cHasFocus) and (GameState <> gsConfirm) then - ParseCommand('quit', true) + ParseCommand('quit', true); end;