# HG changeset patch # User nemo # Date 1335958765 14400 # Node ID 28805595b9ec372988f227d499b4b394cc45a67a # Parent 47830cf505740a06956de6e71c0ab4ce7fcd09d4 remove IFDEF 0 for sake of poor parser diff -r 47830cf50574 -r 28805595b9ec hedgewars/uInputHandler.pas --- a/hedgewars/uInputHandler.pas Wed May 02 13:00:10 2012 +0200 +++ b/hedgewars/uInputHandler.pas Wed May 02 07:39:25 2012 -0400 @@ -71,8 +71,9 @@ movecursor(5 * CursorMovementX, 5 * CursorMovementY); -//TODO reimplement -{$IFDEF 0} +(* +TODO reimplement +$IFNDEF MOBILE // Controller(s) k:= j; // should we test k for hitting the limit? sounds rather unlikely to ever reach it for j:= 0 to Pred(ControllerNumControllers) do @@ -103,7 +104,7 @@ inc(k, 1); end; end; -{$ENDIF} +$ENDIF *) end;