aboutsummaryrefslogtreecommitdiff
path: root/unruly.c
diff options
context:
space:
mode:
Diffstat (limited to 'unruly.c')
-rw-r--r--unruly.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unruly.c b/unruly.c
index 616e5e5..f418efa 100644
--- a/unruly.c
+++ b/unruly.c
@@ -1912,7 +1912,7 @@ static void game_print(drawing *dr, const game_state *state, int tilesize)
const struct game thegame = {
"Unruly", "games.unruly", "unruly",
default_params,
- game_fetch_preset,
+ game_fetch_preset, NULL,
decode_params,
encode_params,
free_params,