--- 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;