diff -r 7c9d645d2591 -r c30c6944bd49 hedgewars/uConsole.pas --- a/hedgewars/uConsole.pas Sat Feb 14 16:25:58 2009 +0000 +++ b/hedgewars/uConsole.pas Sat Feb 14 16:30:22 2009 +0000 @@ -29,6 +29,7 @@ procedure ParseCommand(CmdStr: shortstring; TrustedSource: boolean); procedure StopMessages(Message: Longword); function GetLastConsoleLine: shortstring; +procedure SplitBySpace(var a, b: shortstring); procedure doPut(putX, putY: LongInt; fromAI: boolean);