chiark / gitweb /
HTML Help support for Puzzles, with the same kind of automatic
[sgt-puzzles.git] / nullgame.c
index 05baed3bace9eb2defc4655147b4c0a0f66fa56b..4888a78a5edb74f0ee2d31d2576546d4b56d6373 100644 (file)
@@ -251,7 +251,7 @@ static void game_print(drawing *dr, game_state *state, int tilesize)
 #endif
 
 const struct game thegame = {
-    "Null Game", NULL,
+    "Null Game", NULL, NULL,
     default_params,
     game_fetch_preset,
     decode_params,