- Fix ifdef (why this even worked before ??) ios-develop
authorantonc27 <antonc27@mail.ru>
Fri, 29 Dec 2017 16:53:37 +0100
branchios-develop
changeset 12866 13143137c2ff
parent 12864 73ebc894a725
child 12867 0a18aaa0d329
- Fix ifdef (why this even worked before ??)
hedgewars/uInputHandler.pas
--- a/hedgewars/uInputHandler.pas	Thu Dec 28 11:58:10 2017 -0500
+++ b/hedgewars/uInputHandler.pas	Fri Dec 29 16:53:37 2017 +0100
@@ -421,7 +421,7 @@
 var j: Integer;
 begin
 ControllerEnabled:= 0;
-{$IFDEF IPHONE}
+{$IFDEF IPHONEOS}
 exit; // joystick subsystem disabled on iPhone
 {$ENDIF}