gnugo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnugo-devel] Patch for strong dragon


From: SP LEE
Subject: [gnugo-devel] Patch for strong dragon
Date: Mon, 9 Jun 2003 11:55:57 -0700

This is a resend of a patch I sent earlier. Since owl.c has been changed since 
then, I have made this patch again.

Index: owl.c
===================================================================
RCS file: /cvsroot/gnugo/gnugo/engine/owl.c,v
retrieving revision 1.169
diff -u -r1.169 owl.c
--- owl.c 9 Jun 2003 16:05:32 -0000 1.169
+++ owl.c 9 Jun 2003 18:52:55 -0000
@@ -5322,7 +5322,7 @@
   
   return (!current_owl_data->goal[pos]
    && dragon[pos].color == board[pos]
-   && min_eyes(&DRAGON2(pos).genus) >= 2);
+   && dragon[pos].crude_status == ALIVE);
 }
   




reply via email to

[Prev in Thread] Current Thread [Next in Thread]