hedgewars/tunsetborder.inc
author unc0rr
Sun, 10 Dec 2006 12:09:32 +0000
changeset 294 92a7ccd67bb9
parent 184 f97a7a3dc8f6
child 351 29bc9c36ad5f
permissions -rw-r--r--
Current hedgehog is on top of others in Z-order

        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;