X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/5bcb1aa3360811546c15ae08405bae6a46c6e18c..84f7de6dbd7fbaddd18f8572d14b69b84de0023d:/tents.c diff --git a/tents.c b/tents.c index afed169..de20300 100644 --- a/tents.c +++ b/tents.c @@ -2053,7 +2053,7 @@ static void game_print(drawing *dr, game_state *state, int tilesize) #endif const struct game thegame = { - "Tents", "games.tents", + "Tents", "games.tents", "tents", default_params, game_fetch_preset, decode_params, @@ -2086,7 +2086,7 @@ const struct game thegame = { TRUE, FALSE, game_print_size, game_print, FALSE, /* wants_statusbar */ FALSE, game_timing_state, - 0, /* flags */ + REQUIRE_RBUTTON, /* flags */ }; #ifdef STANDALONE_SOLVER