=================================================================== RCS file: /cvs/ace/ace/games/mastermind.c,v retrieving revision 1.2 retrieving revision 1.3 diff -p -u -r1.2 -r1.3 --- ace/games/mastermind.c 2001/04/08 03:17:31 1.2 +++ /cvs/ace/ace/games/mastermind.c 2001/05/06 04:27:09 1.3 @@ -87,10 +87,12 @@ main(int argc, char **argv) rdx = SSZ+3; rdy = gdy; + init_ace(argc, argv); + table_width = rx + 3*rdx + SSZ + WGAP; table_height = gy + BSZ + CARD_MARGIN; - init_table(argc, argv, table_width, table_height); + init_table(table_width, table_height); table_loop(); }