=================================================================== RCS file: /cvs/ace/ace/lib/cards.h,v retrieving revision 1.12 retrieving revision 1.13 diff -p -u -r1.12 -r1.13 --- ace/lib/cards.h 2013/01/11 18:42:28 1.12 +++ /cvs/ace/ace/lib/cards.h 2013/01/12 11:43:25 1.13 @@ -188,7 +188,7 @@ void stack_move_card(Stack *src, Stack * void stack_flip_cards(Stack *src, Stack *dest, int num, int flag); void stack_flip_card(Stack *src, Stack *dest, int flag); void stack_flip_stack(Stack *src, Stack *dest, int flag); -void stack_animate(Stack *src, Stack *dest); +void stack_animate(Stack *src, Stack *dest, int flag); void stack_undo(); void stack_undo_reset();