=================================================================== RCS file: /cvs/ace/ace/games/mastermind.c,v retrieving revision 1.4 retrieving revision 1.5 diff -p -u -r1.4 -r1.5 --- ace/games/mastermind.c 2001/09/21 18:38:58 1.4 +++ /cvs/ace/ace/games/mastermind.c 2001/09/21 19:22:51 1.5 @@ -316,6 +316,9 @@ static FunctionMapping fmap[] = { int main(int argc, char **argv) { + register_imagelib(appimglib_imagelib); + init_ace(argc, argv, fmap); + splash = get_picture("mastermind"); youwin = get_picture("youwin"); youlose = get_picture("youlose"); @@ -351,8 +354,6 @@ main(int argc, char **argv) rdx = SSZ+3; rdy = gdy; - init_ace(argc, argv, fmap); - table_width = rx + 3*rdx + SSZ + WGAP; table_height = gy + BSZ + CARD_MARGIN;