=================================================================== RCS file: /cvs/ace/ace/games/taipedit.c,v retrieving revision 1.2 retrieving revision 1.3 diff -p -u -r1.2 -r1.3 --- ace/games/taipedit.c 2001/04/08 03:17:32 1.2 +++ /cvs/ace/ace/games/taipedit.c 2001/05/06 04:27:09 1.3 @@ -40,6 +40,8 @@ main(int argc, char **argv) char tmp[20]; memset(grid, 0, sizeof(grid)); + init_ace(argc, argv); + layer = 0; for (x=1; x<9; x++) @@ -54,8 +56,7 @@ main(int argc, char **argv) splash = get_picture("taipedit"); set_centered_pic(splash); - init_table(argc, argv, - GRID_SX*GRID_DX+GRID_SZ*GRID_DZ+3*MARGIN + tpe_bs->w, + init_table(GRID_SX*GRID_DX+GRID_SZ*GRID_DZ+3*MARGIN + tpe_bs->w, GRID_SY*GRID_DY+GRID_SZ*GRID_DZ+2*MARGIN); filename = argv[1];