[Freeciv-Dev] Re: (PR#4820) ground_unit_transporter_capacity
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On Tue, 12 Aug 2003, Christian Knoke wrote:
> I checked various preceding savegames, all gave this assert, sometimes
Ooops. My patch was wrong. Instead of
+ && ground_unit_transporter_capacity(x, y, pplayer) >= 0) {
it should be
+ && ground_unit_transporter_capacity(x, y, pplayer) < 0) {
Sorry.
- Per
[Freeciv-Dev] Re: (PR#4820) ground_unit_transporter_capacity,
Per I. Mathisen <=
|
|