hedgewars/hwengine.pas
changeset 11025 999afa63035f
parent 10836 0b415bc2e0eb
child 11046 47a8c19ecb60
child 11094 595b5700ebac
--- a/hedgewars/hwengine.pas	Tue Jul 21 08:28:48 2015 -0400
+++ b/hedgewars/hwengine.pas	Tue Jul 21 08:41:06 2015 -0400
@@ -138,7 +138,8 @@
         ScreenFadeValue:= sfMax;
         ScreenFadeSpeed:= 5;
         
-        if (not flagDumpLand and MakeScreenshot(s, 1, 0)) or (flagDumpLand and MakeScreenshot(s, 1, 1) and MakeScreenshot(s, 1, 2)) then
+        if (not flagDumpLand and MakeScreenshot(s, 1, 0)) or
+           (flagDumpLand and MakeScreenshot(s, 1, 1) and ((cReducedQuality and rqBlurryLand <> 0) or MakeScreenshot(s, 1, 2))) then
             WriteLnToConsole('Screenshot saved: ' + s)
         else
             begin