=================================================================== RCS file: /cvs/ace/ace/games/solitaire.c,v retrieving revision 1.1 retrieving revision 1.2 diff -p -u -r1.1 -r1.2 --- ace/games/solitaire.c 1999/02/20 20:35:03 1.1 +++ /cvs/ace/ace/games/solitaire.c 1999/02/20 20:36:12 1.2 @@ -249,7 +249,8 @@ auto_move_stack(Stack *s) if (pile_for[SUIT(c)] == -1) return 0; if (VALUE(c) == VALUE(top_card[pile_for[SUIT(c)]])+1 - && VALUE(c) <= lowest[COLOR(c)?0:1] + 2) + && VALUE(c) <= lowest[COLOR(c)?0:1] + 2 + && VALUE(c) <= lowest[COLOR(c)?1:0] + 3) { stack_animate(s, outcells[pile_for[SUIT(c)]]); return 1;