author | nemo |
Tue, 04 Oct 2011 17:13:39 -0400 | |
changeset 6082 | 16ca7a7a6aa6 |
parent 6081 | 537bbd5c1a62 |
child 6083 | 72c882c0fd0f |
--- a/hedgewars/uLand.pas Sun Oct 02 10:36:43 2011 -0400 +++ b/hedgewars/uLand.pas Tue Oct 04 17:13:39 2011 -0400 @@ -1159,7 +1159,7 @@ else if p^[x] = (AMask or RMask) then Land[cpY + y, cpX + x]:= lfIndestructible else if p^[x] = (AMask or BMask) then - Land[cpY + y, cpX + x]:= lfIce + Land[cpY + y, cpX + x]:= lfBasic or lfIce else if p^[x] = $FFFFFFFF then Land[cpY + y, cpX + x]:= lfBasic; end;