diff options
Diffstat (limited to 'rect.c')
| -rw-r--r-- | rect.c | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1600,15 +1600,14 @@ static int game_wants_statusbar(void) #endif const struct game thegame = { - "Rectangles", "games.rectangles", TRUE, + "Rectangles", "games.rectangles", default_params, game_fetch_preset, decode_params, encode_params, free_params, dup_params, - game_configure, - custom_params, + TRUE, game_configure, custom_params, validate_params, new_game_seed, validate_seed, |