[Freeciv-Dev] Re: (PR#3451) rectangle_iterate
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Why, there is no reason why one can't use arbitrary centers.
square_iterate should guarantee that no unnormalized coords
are passed to the inner code block, but assuming that there
is an a priori requirement on any one of the possible values
in the block is Gestapo foolishness that will just have
people rewrite the code to do what they need.
Cheers,
RossW
=====
Raimar Falke wrote:
> On Mon, Feb 17, 2003 at 12:11:17AM -0800, Jason Short wrote:
>
>>The CHECK_MAP_POS in square_iterate caused an assertion in some code I
>>recently added to mapview_common.
>
>
> Then normalize it before you call square_iterate and not add another
> macro.
>
> Raimar
|
|