aboutsummaryrefslogtreecommitdiff
path: root/mosaic.c
diff options
context:
space:
mode:
Diffstat (limited to 'mosaic.c')
-rw-r--r--mosaic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mosaic.c b/mosaic.c
index 98e7077..51d379e 100644
--- a/mosaic.c
+++ b/mosaic.c
@@ -1398,7 +1398,7 @@ static game_state *execute_move(const game_state *state, const char *move)
*/
static void game_compute_size(const game_params *params, int tilesize,
- int *x, int *y)
+ const game_ui *ui, int *x, int *y)
{
*x = (params->width + 1) * tilesize;
*y = (params->height + 1) * tilesize;