=================================================================== RCS file: /cvs/ace/ace/games/canfield.c,v retrieving revision 1.7 retrieving revision 1.8 diff -p -u -r1.7 -r1.8 --- ace/games/canfield.c 2013/01/12 11:43:25 1.7 +++ /cvs/ace/ace/games/canfield.c 2013/01/12 12:04:35 1.8 @@ -514,7 +514,7 @@ static void drop(int x, int y, int b) return; } - stack_drop(dest_stack, last_n); + stack_drop(dest_stack, last_n, 0); while (auto_move()) ;