Re: [Freeciv-Dev] 1.7.2
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On Sat, 31 Oct 1998, Reinier Post wrote:
> > > Another thing I'd like to see is a rearrangement of the order in the
> > > improvement list. As it is now (I use a version of 98-09-30), first are
> > > city improvements in alphabetical order, then wonders (again in
> > > alphabetical order) and last Capitalization. This is a bit annoying,
>
> I agree. Just one alphabetical list would be a lot better. Simply having
> a blank line between the categories would also help.
There are some places which depend of the order of the items in the list. For
instance, a loop over all wonders looks like:
for(i = B_APOLLO;i <= B_WOMENS; i++)
A loop over all improvements:
for (j=0;j<B_APOLLO;j++) {
- Re: [Freeciv-Dev] 1.7.2, (continued)
|
|