--- 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:= '';