aboutsummaryrefslogtreecommitdiff
path: root/cube.c
diff options
context:
space:
mode:
Diffstat (limited to 'cube.c')
-rw-r--r--cube.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cube.c b/cube.c
index 5166762..82901e5 100644
--- a/cube.c
+++ b/cube.c
@@ -1564,7 +1564,7 @@ const struct game thegame = {
dup_game,
free_game,
FALSE, solve_game,
- NULL, game_text_format,
+ FALSE, game_text_format,
new_ui,
free_ui,
make_move,