remove IFDEF 0 for sake of poor parser
authornemo
Wed, 02 May 2012 07:39:25 -0400
changeset 6994 28805595b9ec
parent 6993 47830cf50574
child 6995 6b44c0f11476
remove IFDEF 0 for sake of poor parser
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;