# HG changeset patch
# User unc0rr
# Date 1191772509 0
# Node ID 758da3d985fa07e1f5ccbf62cf4c56ac8209413b
# Parent  fe7a6d98ea559ea1bd5fc75b3974f81e197f0668
 - Update protocol doc
 - Fix typo

diff -r fe7a6d98ea55 -r 758da3d985fa doc/protocol.txt
--- a/doc/protocol.txt	Sun Oct 07 14:54:31 2007 +0000
+++ b/doc/protocol.txt	Sun Oct 07 15:55:09 2007 +0000
@@ -27,4 +27,4 @@
         Клиент фронтенду:
                 'C'             запрос текущего конфига игры
                 'q'             выход по причине окончания демки
-
+                'i'             статистика
diff -r fe7a6d98ea55 -r 758da3d985fa hedgewars/hwengine.dpr
--- a/hedgewars/hwengine.dpr	Sun Oct 07 14:54:31 2007 +0000
+++ b/hedgewars/hwengine.dpr	Sun Oct 07 15:55:09 2007 +0000
@@ -128,7 +128,8 @@
 begin
 {$IFDEF DEBUGFILE}AddFileLog('Freeing resources...');{$ENDIF}
 if isSoundEnabled then ReleaseSound;
-StoreRelease;SendKB;
+StoreRelease;
+SendKB;
 CloseIPC;
 TTF_Quit;
 SDL_Quit;