Disable stereo rendering when compiled with pas2c
authorkoda
Thu, 21 Apr 2016 13:10:15 -0400
changeset 11660 64bb93e9b2b5
parent 11659 71bdf987e41f
child 11661 7d483d400f8d
Disable stereo rendering when compiled with pas2c
hedgewars/options.inc
--- a/hedgewars/options.inc	Thu Apr 21 11:55:36 2016 -0400
+++ b/hedgewars/options.inc	Thu Apr 21 13:10:15 2016 -0400
@@ -46,7 +46,9 @@
     {$DEFINE USE_TOUCH_INTERFACE}
 {$ELSE}
     {$DEFINE USE_AM_NUMCOLUMN}
-    {$DEFINE USE_S3D_RENDERING}
+    {$IFNDEF PAS2C}
+        {$DEFINE USE_S3D_RENDERING}
+    {$ENDIF}
 {$ENDIF}