=================================================================== RCS file: /cvs/ace/ace/games/golf.c,v retrieving revision 1.10 retrieving revision 1.11 diff -p -u -r1.10 -r1.11 --- ace/games/golf.c 2015/06/02 13:40:01 1.10 +++ /cvs/ace/ace/games/golf.c 2015/06/04 12:43:28 1.11 @@ -27,7 +27,7 @@ #define R CARD_FAN_TBRIGHT #define D stack_fan_down -extern int stack_fan_down; +static int stack_fan_down; static Picture *splash, *youwin, *youlose; static Picture *arrow, *no_arrow; @@ -172,6 +172,8 @@ init() arrow_offset = arrow_offset + (W - arrow->w)/2; + stack_get_fans(&stack_fan_down, NULL, NULL, NULL); + start_again(); }