hedgewars/uInputHandler.pas
branchwebgl
changeset 8446 c18ba8726f5a
parent 8444 75db7bb8dce8
child 8833 c13ebed437cb
equal deleted inserted replaced
8444:75db7bb8dce8 8446:c18ba8726f5a
   462 Modifier:= '';
   462 Modifier:= '';
   463 
   463 
   464 if (not usingDBinds) then
   464 if (not usingDBinds) then
   465     begin
   465     begin
   466     usingDBinds:= true;
   466     usingDBinds:= true;
   467     FillByte(DefaultBinds, SizeOf(DefaultBinds), 0);
   467     FillChar(DefaultBinds, SizeOf(DefaultBinds), 0);
   468     end;
   468     end;
   469 
   469 
   470 if (Pos('mod:', id) <> 0) then
   470 if (Pos('mod:', id) <> 0) then
   471     begin
   471     begin
   472     tmp:= '';
   472     tmp:= '';