loopy_diffnames[] isn't used, and provokes a warning on OS X.
[sgt/puzzles] / net.c
diff --git a/net.c b/net.c
index 7ad8c56..29a3a27 100644 (file)
--- a/net.c
+++ b/net.c
@@ -2773,7 +2773,7 @@ static void game_print(drawing *dr, game_state *state, int tilesize)
 
     /* Ick: fake up `ds->tilesize' for macro expansion purposes */
     game_drawstate ads, *ds = &ads;
-    ads.tilesize = tilesize;
+    game_set_size(dr, ds, NULL, tilesize);
 
     /*
      * Border.