# HG changeset patch
# User koda
# Date 1334269090 -7200
# Node ID 85e810230372486c91db048883253f6afe78c31a
# Parent  70aec33185e27f4ef4cb616a80285369705a5ed5
disable png screenshots on mobile for now

diff -r 70aec33185e2 -r 85e810230372 hedgewars/options.inc
--- a/hedgewars/options.inc	Fri Apr 13 00:08:46 2012 +0400
+++ b/hedgewars/options.inc	Fri Apr 13 00:18:10 2012 +0200
@@ -63,4 +63,8 @@
     //{$DEFINE COUNTTICKS}
 {$ENDIF}
 
+{$IFNDEF MOBILE}
+    {$DEFINE PNG_SCREENSHOTS}
+{$ENDIF}
+
 //also available LUA_DISABLED
diff -r 70aec33185e2 -r 85e810230372 hedgewars/uMisc.pas
--- a/hedgewars/uMisc.pas	Fri Apr 13 00:08:46 2012 +0400
+++ b/hedgewars/uMisc.pas	Fri Apr 13 00:18:10 2012 +0200
@@ -17,7 +17,6 @@
 *)
 
 {$INCLUDE "options.inc"}
-{$DEFINE PNG_SCREENSHOTS}
 
 unit uMisc;
 interface