aboutsummaryrefslogtreecommitdiff
path: root/undead.c
diff options
context:
space:
mode:
Diffstat (limited to 'undead.c')
-rw-r--r--undead.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/undead.c b/undead.c
index d4f0ee1..2e18e11 100644
--- a/undead.c
+++ b/undead.c
@@ -2138,7 +2138,7 @@ static game_state *execute_move(const game_state *state, const char *move)
#define PREFERRED_TILE_SIZE 64
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 `ds->tilesize' for macro expansion purposes */
struct { int tilesize; } ads, *ds = &ads;