Complete.Org: Mailing Lists: Archives: freeciv-dev: May 2002:
[Freeciv-Dev] Re: new version of ai evaluation of defense buildings patc
Home

[Freeciv-Dev] Re: new version of ai evaluation of defense buildings patc

[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: new version of ai evaluation of defense buildings patch (PR#1362)
From: "Per I. Mathisen" <Per.Inge.Mathisen@xxxxxxxxxxx>
Date: Mon, 6 May 2002 15:42:19 -0700 (PDT)

One file fell out of the patch. You will need to apply this patch on top
of the other to make easy AIs as dumb as before. We don't want to make
easy AIs even harder!

Index: stdinhand.c
===================================================================
RCS file: /home/freeciv/CVS/freeciv/server/stdinhand.c,v
retrieving revision 1.222
diff -u -r1.222 stdinhand.c
--- stdinhand.c 2002/04/30 12:52:59     1.222
+++ stdinhand.c 2002/05/06 22:40:05
@@ -1550,7 +1550,7 @@
   int h[11] = { -1,
                H_NONE,
                H_NONE,
-               H_RATES | H_TARGETS | H_HUTS,
+               H_RATES | H_TARGETS | H_HUTS | H_DEFENSIVE,
                H_NONE,
                H_RATES | H_TARGETS | H_HUTS,
                H_NONE,

Yours,
Per

"There are 10 types of people in the world. Those who understand binary
and those who don't."




[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] Re: new version of ai evaluation of defense buildings patch (PR#1362), Per I. Mathisen <=