[Freeciv-Dev] Re: (PR#6972) Wishlist: units lost on arctic
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://rt.freeciv.org/Ticket/Display.html?id=6972 >
Marcelo Burda wrote:
> Yupi! i find it, it was a bug in pf code. i hate pf!
> @@ -844,7 +844,7 @@
>
> /* Is the move ZOC-ok? */
> if (pf_map->params->get_zoc
> - && !(node->zoc_number > 1 || node1->zoc_number > 2)) {
> + && !(node->zoc_number > 1 || node1->zoc_number > 0)) {
> continue;
> }
> this never was executed, gound unit neve has is_pos_dangerous defined
> befor my patch!
In what way is this code wrong? ZOC does work for ground units in PF.
jason
- [Freeciv-Dev] Re: (PR#6972) Wishlist: units lost on arctic, (continued)
[Freeciv-Dev] Re: (PR#6972) Wishlist: units lost on arctic, Jason Short, 2004/05/14
- [Freeciv-Dev] Re: (PR#6972) Wishlist: units lost on arctic, Jason Short, 2004/05/14
- [Freeciv-Dev] Re: (PR#6972) Wishlist: units lost on arctic, Marcelo Burda, 2004/05/14
- [Freeciv-Dev] Re: (PR#6972) Wishlist: units lost on arctic, Marcelo Burda, 2004/05/15
- [Freeciv-Dev] Re: (PR#6972) Wishlist: units lost on arctic, Jason Short, 2004/05/15
- [Freeciv-Dev] Re: (PR#6972) Wishlist: units lost on arctic, Marcelo Burda, 2004/05/15
- [Freeciv-Dev] Re: (PR#6972) Wishlist: units lost on arctic,
Jason Short <=
- [Freeciv-Dev] Re: (PR#6972) Wishlist: units lost on arctic, Jason Short, 2004/05/15
- [Freeciv-Dev] Re: (PR#6972) Wishlist: units lost on arctic, Jason Short, 2004/05/16
- [Freeciv-Dev] Re: (PR#6972) Wishlist: units lost on arctic, Marcelo Burda, 2004/05/17
- [Freeciv-Dev] Re: (PR#6972) Wishlist: units lost on arctic, Marcelo Burda, 2004/05/18
|
|