hedgewars/tunsetborder.inc
author unc0rr
Mon, 16 Oct 2006 17:10:30 +0000
changeset 198 6f00e0f4cb88
parent 184 f97a7a3dc8f6
child 351 29bc9c36ad5f
permissions -rw-r--r--
- New crosshair - Text rendering checks

        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;