changeset 10633 | 2f062fac5791 |
parent 10603 | bda5c7caf396 |
child 10672 | c2004c3e9c7d |
--- a/hedgewars/uCommandHandlers.pas Sat Dec 06 10:41:33 2014 -0500 +++ b/hedgewars/uCommandHandlers.pas Sun Dec 07 14:36:28 2014 -0500 @@ -487,7 +487,8 @@ procedure chCapture(var s: shortstring); begin s:= s; // avoid compiler hint -flagMakeCapture:= true +flagMakeCapture:= true; +flagDumpLand:= LocalMessage and gmPrecise <> 0; end; procedure chRecord(var s: shortstring);