hedgewars/uInputHandler.pas
branchqmlfrontend
changeset 10434 1614b13ad35e
parent 10392 5012e1f9e893
child 10515 7705784902e1
--- a/hedgewars/uInputHandler.pas	Sun Sep 28 21:33:14 2014 +0400
+++ b/hedgewars/uInputHandler.pas	Tue Sep 30 00:54:04 2014 +0400
@@ -331,7 +331,7 @@
 for i:= 1 to 10 do DefaultBinds[KeyNameToCode('f'+IntToStr(i))]:= 'slot '+char(i+48);
 for i:= 1 to 5  do DefaultBinds[KeyNameToCode(IntToStr(i))]:= 'timer '+IntToStr(i);
 
-loadBinds('dbind', cPathz[ptData] + '/settings.ini');
+loadBinds('dbind', cPathz[ptConfig] + '/settings.ini');
 end;
 
 procedure SetBinds(var binds: TBinds);
@@ -472,7 +472,7 @@
     b: byte;
 begin
     if cOnlyStats then exit;
-    
+
     AddFileLog('[BINDS] Loading binds from: ' + s);
 
     l:= '';