Complete.Org: Mailing Lists: Archives: freeciv-dev: February 2000:
[Freeciv-Dev] Re: [Freeciv] Re: Questions Irrigation
Home

[Freeciv-Dev] Re: [Freeciv] Re: Questions Irrigation

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: Jason Todd <idjason@xxxxxxxx>
Cc: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] Re: [Freeciv] Re: Questions Irrigation
From: Robert Brady <rwb197@xxxxxxxxxxxxxxx>
Date: Tue, 1 Feb 2000 16:02:49 +0000 (GMT)

On Tue, 1 Feb 2000, Jason Todd wrote:

> No. You see, the city only <I>recieves</I> the irrigation bonus, it doesn't
> actually have any irrigation.

Likeways with railroad (although not as obvious). Somewhere in civ, i
guess there are functions like

int has_irrigation(int x, int y) {
        if (really_has_irrigation(x, y)) return 1;
        city *c = find_city_at(x, y);
        if (c)
                return 1;
        return 0;
}

or something. freeciv lacks these.

-- 
Robert
"Any person who knowingly causes a nuclear weapon test explosion or any other 
nuclear explosion is guilty of an offence and liable on conviction on 
indictment to imprisonment for life." -- Nuclear Explosions Act 1998.


[Prev in Thread] Current Thread [Next in Thread]