[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]
<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 <=
|
|