=================================================================== RCS file: /cvs/ace/ace/games/spider.c,v retrieving revision 1.9 retrieving revision 1.10 diff -p -u -r1.9 -r1.10 --- ace/games/spider.c 2013/01/12 11:43:25 1.9 +++ /cvs/ace/ace/games/spider.c 2013/01/12 12:04:35 1.10 @@ -467,7 +467,7 @@ drop(int x, int y, int b) return; } clear_arrows(); - stack_drop(dest_stack, last_n); + stack_drop(dest_stack, last_n, 0); check_for_end_of_game(); set_arrows(); }