aboutsummaryrefslogtreecommitdiff
path: root/cube.c
diff options
context:
space:
mode:
Diffstat (limited to 'cube.c')
-rw-r--r--cube.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/cube.c b/cube.c
index 145a1e5..33144b6 100644
--- a/cube.c
+++ b/cube.c
@@ -1531,15 +1531,14 @@ static int game_wants_statusbar(void)
#endif
const struct game thegame = {
- "Cube", "games.cube", TRUE,
+ "Cube", "games.cube",
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,