disable png screenshots on mobile for now
authorkoda
Fri, 13 Apr 2012 00:18:10 +0200
changeset 6884 85e810230372
parent 6883 70aec33185e2
child 6885 53a87a4c7b35
disable png screenshots on mobile for now
hedgewars/options.inc
hedgewars/uMisc.pas
--- 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
--- 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