hedgewars/uInputHandler.pas
changeset 10510 9329dab04490
parent 10392 5012e1f9e893
child 10515 7705784902e1
child 11046 47a8c19ecb60
--- a/hedgewars/uInputHandler.pas	Sun Nov 16 22:23:28 2014 +0100
+++ b/hedgewars/uInputHandler.pas	Mon Nov 17 15:25:24 2014 +0100
@@ -172,7 +172,7 @@
     if KeyDown then
         begin
         Trusted:= Trusted and (not isPaused); //releasing keys during pause should be allowed on the other hand
-                              
+
         if CurrentBinds[code] = 'switch' then
             LocalMessage:= LocalMessage or gmSwitch
         else if CurrentBinds[code] = '+precise' then
@@ -472,7 +472,7 @@
     b: byte;
 begin
     if cOnlyStats then exit;
-    
+
     AddFileLog('[BINDS] Loading binds from: ' + s);
 
     l:= '';