[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [gnugo-devel] lunch bugfix
From: |
Inge Wallin |
Subject: |
Re: [gnugo-devel] lunch bugfix |
Date: |
Wed, 14 Apr 2004 17:05:07 +0200 (MEST) |
Arend wrote:
> @@ -1651,6 +1652,7 @@ set_single_owl_move(struct owl_move_data
> moves[0].name = name;
> moves[0].same_dragon = 1;
> moves[0].escape = 0;
> + moves[0].lunch = NO_MOVE;
> moves[1].value = 0;
Are you sure that the last line should be moves[1] and not moves[0]?
-Inge