hedgewars/tunsetborder.inc
author unc0rr
Mon, 08 Jan 2007 20:51:22 +0000
changeset 312 c36d0b34ac3d
parent 184 f97a7a3dc8f6
child 351 29bc9c36ad5f
permissions -rw-r--r--
Use new parameters, small protocol change

        begin
        X:= X + dX;
        Y:= Y + dY;
        tx:= round(X);
        ty:= round(Y);
        if ((ty and $FFFFFC00) = 0) and ((tx and $FFFFF800) = 0)and (Land[ty, tx] = $FFFFFF) then
           SetLandPixel(ty, tx)
	end;