<URL: http://bugs.freeciv.org/Ticket/Display.html?id=39700 >

See lengthy $SUBJECT. Patch attached.

   - Per

Carpe noctem
Index: ai/advdiplomacy.c
===================================================================
--- ai/advdiplomacy.c   (revision 13566)
+++ ai/advdiplomacy.c   (working copy)
@@ -1182,7 +1161,8 @@
   players_iterate(ally) {
     if (!pplayers_allied(pplayer, ally) 
         || !ally->is_alive
-        || ally == target) {
+        || ally == target
+        || NEVER_MET(pplayer, ally)) {
       continue;
     }
 
_______________________________________________
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to