[Freeciv-Dev] Re: (PR#6200) disbanding a transporter must move its cargo
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On Fri, 19 Sep 2003, Per I. Mathisen wrote:
> Yep. The code looks ok, though:
>
> /* No need to wipe the cargo unless it's a ground transporter. */
> + wipe_cargo &= is_ground_units_transport(punit);
I also noticed this.
> There is no reason to wipe the cargo of a ground units transporter which
> is also itself a ground unit. Check that we are on ocean terrain.
Should we rather check that we are in an opposite terrain (land for boats,
sea for pedestrians)? It could be that (small) ships are transported by
land. This is how Vikings got to Constantinople for example.
G.
[Freeciv-Dev] Re: (PR#6200) disbanding a transporter must move its cargo, Per I. Mathisen, 2003/09/19
|
|