=================================================================== RCS file: /cvs/ace/ace/games/thornq.c,v retrieving revision 1.4 retrieving revision 1.5 diff -p -u -r1.4 -r1.5 --- ace/games/thornq.c 2001/09/21 18:38:58 1.4 +++ /cvs/ace/ace/games/thornq.c 2001/09/21 19:22:51 1.5 @@ -693,6 +693,9 @@ 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("thornq"); youwin = get_picture("youwin"); @@ -700,7 +703,6 @@ main(int argc, char **argv) arrow = get_picture("thornq-arrow"); no_arrow = get_picture("thornq-noarrow"); - init_ace(argc, argv, fmap); if (table_width == 0 || table_height == 0) { table_width = WIN_W;