hedgewars/options.inc
changeset 8138 cfb228baa598
parent 7837 3e031b3b33e6
child 8330 aaefa587e277
child 8838 aa2ffd427f6a
--- a/hedgewars/options.inc	Thu Nov 29 04:57:35 2012 +0100
+++ b/hedgewars/options.inc	Thu Nov 29 14:02:28 2012 +1300
@@ -43,12 +43,12 @@
 
 {$IFDEF MOBILE}
     {$DEFINE HWLIBRARY}
-    {$DEFINE S3D_DISABLED}
     {$DEFINE GLunit:=gles11}
     {$DEFINE USE_LANDSCAPE_AMMOMENU}
     {$DEFINE USE_TOUCH_INTERFACE}
 {$ELSE}
     {$DEFINE USE_AM_NUMCOLUMN}
+    {$DEFINE USE_S3D_RENDERING}
 {$ENDIF}