hedgewars/options.inc
changeset 7837 3e031b3b33e6
parent 7538 2d6e69b392cb
child 8026 4a4f21070479
child 8138 cfb228baa598
--- a/hedgewars/options.inc	Sat Oct 27 14:28:52 2012 +0200
+++ b/hedgewars/options.inc	Sat Oct 27 14:50:38 2012 +0200
@@ -42,7 +42,6 @@
 {$ENDIF}
 
 {$IFDEF MOBILE}
-    {$DEFINE SDL13}
     {$DEFINE HWLIBRARY}
     {$DEFINE S3D_DISABLED}
     {$DEFINE GLunit:=gles11}
@@ -63,6 +62,9 @@
     {$ENDIF}
 {$ENDIF}
 
+{$IFDEF USE_TOUCH_INTERFACE}
+    {$DEFINE SDL13}
+{$ENDIF}
 
 {$IFDEF PAS2C}
     {$DEFINE NOCONSOLE}