=================================================================== RCS file: /cvs/ace/ace/games/golf.c,v retrieving revision 1.9 retrieving revision 1.10 diff -p -u -r1.9 -r1.10 --- ace/games/golf.c 2013/01/11 18:42:28 1.9 +++ /cvs/ace/ace/games/golf.c 2015/06/02 13:40:01 1.10 @@ -266,7 +266,7 @@ click(int x, int y, int b) && VALUE(top_discard) != VALUE(top_stack)-1) return; - stack_flip_card(s, discard, 0); + stack_move_card(s, discard, 0); set_arrows(); check_for_endgame();