[Freeciv-Dev] Re: PATCH: remove map_adjuxt_[xy] invocations
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On Wed, Oct 03, 2001 at 01:03:08AM -0400, Jason Dorje Short wrote:
> [I tried to post this to freeciv-bugs much earlier today, but with still
> no success I think I've got some problem at my end. Well, here it is.]
>
> The attached patch removes all remaining invocations of map_adjust_[xy]
> in server code.
>
> It has a bit of clutter, though: for one thing, it adds a function
> is_normal_map_pos, which may still be controversial. I also think the
> assertions used in hmap, map_get_tile, and elsewhere would be better to
> put into map_inx (a question for later).
assert(is_normal_map_pos(x,y)) == CHECK_MAP_POS(x,y)
Raimar
--
email: rf13@xxxxxxxxxxxxxxxxx
"Microsoft DNS service terminates abnormally when it recieves a response
to a DNS query that was never made.
Fix Information: Run your DNS service on a different platform."
-- MS service information on bugtraq
[Freeciv-Dev] Re: PATCH: remove map_adjuxt_[xy] invocations, Jason Dorje Short, 2001/10/03
[Freeciv-Dev] Re: PATCH: remove map_adjuxt_[xy] invocations, Ross W. Wetmore, 2001/10/04
|
|