hedgewars/uInputHandler.pas
changeset 10139 9046f69dae4c
parent 10108 c68cf030eded
child 10392 5012e1f9e893
equal deleted inserted replaced
10138:1a71d28392cb 10139:9046f69dae4c
   467 var i: LongInt;
   467 var i: LongInt;
   468     f: PFSFile;
   468     f: PFSFile;
   469     p, l: shortstring;
   469     p, l: shortstring;
   470     b: byte;
   470     b: byte;
   471 begin
   471 begin
       
   472     if cOnlyStats then exit;
       
   473     
   472     AddFileLog('[BINDS] Loading binds from: ' + s);
   474     AddFileLog('[BINDS] Loading binds from: ' + s);
   473 
   475 
   474     l:= '';
   476     l:= '';
   475     if pfsExists(s) then
   477     if pfsExists(s) then
   476         begin
   478         begin