diff options
Diffstat (limited to 'games/gnome-games/files/patch-iagno_othello.c')
-rw-r--r-- | games/gnome-games/files/patch-iagno_othello.c | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/games/gnome-games/files/patch-iagno_othello.c b/games/gnome-games/files/patch-iagno_othello.c index 4b87018a5f18..84b963a911e2 100644 --- a/games/gnome-games/files/patch-iagno_othello.c +++ b/games/gnome-games/files/patch-iagno_othello.c @@ -1,6 +1,6 @@ ---- iagno/othello.c.orig Thu May 20 17:20:21 2004 -+++ iagno/othello.c Thu May 20 17:21:11 2004 -@@ -544,7 +544,7 @@ +--- iagno/othello.c.orig Mon Feb 14 12:07:12 2005 ++++ iagno/othello.c Mon Feb 14 12:07:47 2005 +@@ -551,7 +551,7 @@ memcpy (tboard, board, sizeof (gint8) * 8 * 8); move_board(tboard, i, j, me, 0); @@ -9,16 +9,7 @@ tmp_move = find_best_move(tboard, not_me, ply_depth-1, -pass_thresh, -use_thresh, 0, 0); -@@ -559,7 +559,7 @@ - } - } - -- // check if we have to pass -+ /* check if we have to pass */ - if (best_x == 8 && best_y == 8) { - tmp_move = find_best_move(board, not_me, ply_depth-1, - -pass_thresh, -use_thresh, 0, 0); -@@ -802,14 +802,14 @@ +@@ -808,14 +808,14 @@ found_free = TRUE; } @@ -32,7 +23,7 @@ - // if the game is finished, return the actual score rather than - // a huristic + /* if the game is finished, return the actual score rather than -+ * a huristic */ ++ a huristic */ if (!found_free) return (actual_score); |