Complete.Org: Mailing Lists: Archives: freeciv-dev: January 2002:
[Freeciv-Dev] Re: AI cleanup Version 3 (PR#1201)
Home

[Freeciv-Dev] Re: AI cleanup Version 3 (PR#1201)

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Cc: bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Freeciv-Dev] Re: AI cleanup Version 3 (PR#1201)
From: rf13@xxxxxxxxxxxxxxxxxxxxxx
Date: Sat, 5 Jan 2002 09:37:16 -0800 (PST)

On Sat, Dec 29, 2001 at 06:04:32PM +0100, Petr Baudis wrote:
> >  int find_something_to_kill(struct player *pplayer, struct unit *punit, int 
> > *x, int *y)
> >  {
> > -  int a=0, b, c, d, e, m, n, v, i, f, a0, b0, ab, g;
> > +  int a=0, b, min_turns_to_dest, d, e, move_rate, n, v, i, f, a0, b0, ab, 
> > g;
> Ble - can you please put them at least to separate lines?

> min_turns_to_dest seems too long for me - what about 'delay'? ;) (used that

This is a bit funny. One char names are too short and 17 char names
are too long. Hell he didn't wrote minimal_turns_to_reach_destination
like I would have done ;).

        Raimar

-- 
 email: rf13@xxxxxxxxxxxxxxxxx
 "- Amiga Y2K fixes (a bit late, wouldn't you say?)"
    -- Linus Torvalds about linux 2.4.0 at 4 Jan 2001



[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] Re: AI cleanup Version 3 (PR#1201), rf13 <=