hedgewars/uConsole.pas
changeset 1277 752b53481057
parent 1242 4aca5f7b2504
child 1560 e140bc57ff68
--- a/hedgewars/uConsole.pas	Fri Sep 19 19:58:57 2008 +0000
+++ b/hedgewars/uConsole.pas	Fri Sep 19 20:34:41 2008 +0000
@@ -206,7 +206,7 @@
 i:= (CurrLine + cLinesCount - 2) mod cLinesCount;
 Result:= ConsoleLines[i].s;
 
-//Result:= Result + #10;
+Result:= Result + #10;
 
 i:= (CurrLine + cLinesCount - 1) mod cLinesCount;
 Result:= Result + ConsoleLines[i].s;