diff -r 0c6286c67b8d -r 5a222923c8f8 hedgewars/uConsole.pas --- a/hedgewars/uConsole.pas Sun Jan 05 13:08:50 2014 +0400 +++ b/hedgewars/uConsole.pas Sun Jan 05 23:58:13 2014 +0400 @@ -49,11 +49,11 @@ begin {$IFNDEF NOCONSOLE} WriteToConsole(s); - lastConsoleline:= s; {$IFNDEF ANDROID} WriteLn(stderr, ''); {$ENDIF} {$ENDIF} + lastConsoleline:= s; end; function ShortStringAsPChar(s: shortstring) : PChar;