=================================================================== RCS file: /cvs/ace/ace/games/freecell.c,v retrieving revision 1.5 retrieving revision 1.6 diff -p -u -r1.5 -r1.6 --- ace/games/freecell.c 2001/09/21 18:38:58 1.5 +++ /cvs/ace/ace/games/freecell.c 2001/09/21 19:22:51 1.6 @@ -638,11 +638,12 @@ static FunctionMapping fmap[] = { int main(int argc, char **argv) { + register_imagelib(appimglib_imagelib); + init_ace(argc, argv, fmap); xlogo = get_picture("xemboss"); splash = get_picture("freecell"); youwin = get_picture("youwin"); youlose = get_picture("youlose"); - init_ace(argc, argv, fmap); if (table_width == 0 || table_height == 0) { table_width = 640;