hedgewars/uWorld.pas
changeset 5523 9ac5acc4f3e5
parent 5522 5a4bc518c59a
child 5530 25d4118056e1
child 5675 cd10d6cba644
--- 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;