=================================================================== RCS file: /cvs/ace/ace/games/spider.c,v retrieving revision 1.11 retrieving revision 1.12 diff -p -u -r1.11 -r1.12 --- ace/games/spider.c 2015/06/03 13:31:38 1.11 +++ /cvs/ace/ace/games/spider.c 2015/06/04 12:43:28 1.12 @@ -104,7 +104,7 @@ init() static void resize(int w, int h) { - int margin, offset, cw, ch, s, fd, fr, tfd, tfr; + int margin, offset, cw, ch, s, fd; Picture *empty; @@ -124,7 +124,7 @@ resize(int w, int h) stack_move(maincells[s], offset + s*(cw+margin), ch + (offset<0?0:offset)); stack_move(deck, margin+offset, margin); - stack_get_fans(&fd, &fr, &tfd, &tfr); + stack_get_fans(&fd, NULL, NULL, NULL); ax = offset + cw/2; adx = margin + cw;