changeset 10015 | 4feced261c68 |
parent 9998 | 736015b847e3 |
parent 9958 | 5a222923c8f8 |
child 10108 | c68cf030eded |
--- a/hedgewars/uConsole.pas Sun Jan 19 00:18:28 2014 +0400 +++ b/hedgewars/uConsole.pas Tue Jan 21 22:38:13 2014 +0100 @@ -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;