Index: server/citytools.c =================================================================== RCS file: /home/freeciv/CVS/freeciv/server/citytools.c,v retrieving revision 1.187 diff -u -r1.187 citytools.c --- server/citytools.c 2002/08/15 21:21:18 1.187 +++ server/citytools.c 2002/08/28 22:08:26 @@ -1171,7 +1171,8 @@ pcity->ai.trade_want = TRADE_WEIGHTING; memset(pcity->ai.building_want, 0, sizeof(pcity->ai.building_want)); pcity->ai.workremain = 1; /* there's always work to be done! */ - pcity->ai.danger = -1; /* flag, may come in handy later */ + pcity->ai.danger = 0; + pcity->ai.urgency = 0; pcity->corruption = 0; pcity->shield_bonus = 100; pcity->tax_bonus = 100;