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