=================================================================== RCS file: /cvs/ace/ace/games/solitaire.c,v retrieving revision 1.9 retrieving revision 1.10 diff -p -u -r1.9 -r1.10 --- ace/games/solitaire.c 2001/12/07 05:15:21 1.9 +++ /cvs/ace/ace/games/solitaire.c 2002/04/19 04:27:14 1.10 @@ -1,5 +1,5 @@ /* The Ace of Penguins - solitaire.c - Copyright (C) 1998, 2001 DJ Delorie + Copyright (C) 1998, 2001, 2002 DJ Delorie This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -548,6 +548,8 @@ double_click(int x, int y, int b) { /*printf("- move 0x%08x %d 0x%08x\n", src_stack, dest_n, dest_stack);*/ stack_move_cards(src_stack, dest_n, dest_stack); + check_for_end_of_game(); + return; } /*printf("- checking stacks, sc=%d\n", sc);*/