Complete.Org: Mailing Lists: Archives: freeciv-dev: May 2004:
[Freeciv-Dev] Re: (PR#8642) do_in_map_pos macro
Home

[Freeciv-Dev] Re: (PR#8642) do_in_map_pos macro

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients: ;
Subject: [Freeciv-Dev] Re: (PR#8642) do_in_map_pos macro
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 26 May 2004 13:42:08 -0700
Reply-to: rt@xxxxxxxxxxx

<URL: http://rt.freeciv.org/Ticket/Display.html?id=8642 >

Marcelo Burda wrote:

> but do_in_map_pos, convert from natural or from native?

I think it should be renamed to do_with_native_pos()

#define do_with_native_pos(map_x, map_y, nat_x, nat_y) {
   int map_x, map_y;

   native_to_map_pos(&map_x, &map_y, nat_x, nat_y);


jason





[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] Re: (PR#8642) do_in_map_pos macro, Jason Short <=