hedgewars/uConsole.pas
changeset 107 b08ce0293a51
parent 79 29b477319854
child 108 08f1fe6f21f8
equal deleted inserted replaced
106:98cb6606bf67 107:b08ce0293a51
   161 if cLineWidth > 255 then cLineWidth:= 255;
   161 if cLineWidth > 255 then cLineWidth:= 255;
   162 for i:= 0 to Pred(cLinesCount) do PLongWord(@ConsoleLines[i])^:= 0
   162 for i:= 0 to Pred(cLinesCount) do PLongWord(@ConsoleLines[i])^:= 0
   163 end;
   163 end;
   164 
   164 
   165 procedure ParseCommand(CmdStr: shortstring);
   165 procedure ParseCommand(CmdStr: shortstring);
   166 type PReal = ^real;
   166 type PReal = ^Double;
   167 var i, ii: integer;
   167 var i, ii: integer;
   168     s: shortstring;
   168     s: shortstring;
   169     t: PVariable;
   169     t: PVariable;
   170     c: char;
   170     c: char;
   171 begin
   171 begin