aboutsummaryrefslogtreecommitdiff
path: root/nullgame.c
diff options
context:
space:
mode:
Diffstat (limited to 'nullgame.c')
-rw-r--r--nullgame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nullgame.c b/nullgame.c
index aa5ca99..a779bc6 100644
--- a/nullgame.c
+++ b/nullgame.c
@@ -148,7 +148,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 = *y = 10 * tilesize; /* FIXME */
}