aboutsummaryrefslogtreecommitdiff
path: root/samegame.c
diff options
context:
space:
mode:
Diffstat (limited to 'samegame.c')
-rw-r--r--samegame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/samegame.c b/samegame.c
index d1f1f2e..5c57a55 100644
--- a/samegame.c
+++ b/samegame.c
@@ -1373,7 +1373,7 @@ static void game_set_size(drawing *dr, game_drawstate *ds,
}
static void game_compute_size(const game_params *params, int tilesize,
- int *x, int *y)
+ const game_ui *ui, int *x, int *y)
{
/* Ick: fake up tile size variables for macro expansion purposes */
game_drawstate ads, *ds = &ads;