=================================================================== RCS file: /cvs/ace/ace/games/golf.c,v retrieving revision 1.4 retrieving revision 1.5 diff -p -u -r1.4 -r1.5 --- ace/games/golf.c 2001/09/21 18:38:58 1.4 +++ /cvs/ace/ace/games/golf.c 2001/09/21 19:22:51 1.5 @@ -317,6 +317,7 @@ main(int argc, char **argv) { int alt_width = 3*M+2*W+51*R; init_ace(argc, argv, fmap); + register_imagelib(appimglib_imagelib); table_width = 8*M+7*W; if (table_width < alt_width) table_width = alt_width; table_height = 3*M+5*CARD_FAN_DOWN+2*H;