- Update protocol doc
authorunc0rr
Sun, 07 Oct 2007 15:55:09 +0000
changeset 619 758da3d985fa
parent 618 fe7a6d98ea55
child 620 451cabd49241
- Update protocol doc - Fix typo
doc/protocol.txt
hedgewars/hwengine.dpr
--- 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'             статистика
--- 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;