X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/05f3d08eedc39846a14b06a0c4826351bfd93a4b..cb0c7d4a682a68dfeb06e1c4e3aeb01cdf126c5e:/galaxies.c diff --git a/galaxies.c b/galaxies.c index e10db3a..d7a90a4 100644 --- a/galaxies.c +++ b/galaxies.c @@ -3230,11 +3230,11 @@ const struct game thegame = { FALSE, FALSE, NULL, NULL, TRUE, /* wants_statusbar */ #else - TRUE, TRUE, game_print_size, game_print, + TRUE, FALSE, game_print_size, game_print, FALSE, /* wants_statusbar */ #endif FALSE, game_timing_state, - 0, /* flags */ + REQUIRE_RBUTTON, /* flags */ }; #ifdef STANDALONE_SOLVER