hedgewars/uCommandHandlers.pas
changeset 11025 999afa63035f
parent 11024 b02e38762bbb
child 11046 47a8c19ecb60
--- a/hedgewars/uCommandHandlers.pas	Tue Jul 21 08:28:48 2015 -0400
+++ b/hedgewars/uCommandHandlers.pas	Tue Jul 21 08:41:06 2015 -0400
@@ -492,7 +492,7 @@
 begin
 s:= s; // avoid compiler hint
 flagMakeCapture:= true;
-flagDumpLand:= (LocalMessage and gmPrecise  <> 0) and (cReducedQuality and rqBlurryLand = 0);
+flagDumpLand:= (LocalMessage and gmPrecise  <> 0);
 end;
 
 procedure chRecord(var s: shortstring);