=================================================================== RCS file: /cvs/ace/ace/games/golf.c,v retrieving revision 1.5 retrieving revision 1.6 diff -p -u -r1.5 -r1.6 --- ace/games/golf.c 2001/09/21 19:22:51 1.5 +++ /cvs/ace/ace/games/golf.c 2007/10/22 22:59:41 1.6 @@ -31,7 +31,7 @@ static Picture *arrow, *no_arrow; static Stack *deck, *discard, *stacks[7]; -static int table_width, table_height; +extern int table_width, table_height; static int supress_arrows = 0;