# HG changeset patch
# User sheepluva
# Date 1526396740 -7200
# Node ID 72bbccf9a715010c348867c383daa1e50cdc0e1b
# Parent  ec1491bb5acc53b9c773c24474a7a39c7478b16e
fix some accidental code corruption caused by my last commit

diff -r ec1491bb5acc -r 72bbccf9a715 hedgewars/uChat.pas
--- a/hedgewars/uChat.pas	Tue May 15 16:55:37 2018 +0200
+++ b/hedgewars/uChat.pas	Tue May 15 17:05:40 2018 +0200
@@ -320,7 +320,8 @@
 var i: LongWord;
 begin
     // also reload empty input line (as chat size/scaling might have changed)
-    //if InputStr.s <> '' then SetLine(InputStr, InputStr.s, true); for i:= 0 to MaxStrIndex do
+    //if InputStr.s <> '' then
+    SetLine(InputStr, InputStr.s, true);
     for i:= 0 to MaxStrIndex do
         if Strs[i].s <> '' then
             begin