=================================================================== RCS file: /cvs/ace/ace/games/thornq.c,v retrieving revision 1.11 retrieving revision 1.12 diff -p -u -r1.11 -r1.12 --- ace/games/thornq.c 2013/01/12 11:43:25 1.11 +++ /cvs/ace/ace/games/thornq.c 2013/01/12 12:04:35 1.12 @@ -670,7 +670,7 @@ drop(int x, int y, int b) } clear_arrows(); - stack_drop(dest_stack, last_n); + stack_drop(dest_stack, last_n, 0); while (auto_move()) ;