X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/910c21c00c9be54ac3517dab20e1e63df8f93eb7..2705d3741495f136d9d092d873f9b1c803ba1d8f:/guess.c diff --git a/guess.c b/guess.c index aa37049..d31d061 100644 --- a/guess.c +++ b/guess.c @@ -1314,7 +1314,7 @@ const struct game thegame = { FALSE, FALSE, game_print_size, game_print, game_wants_statusbar, FALSE, game_timing_state, - 0, /* mouse_priorities */ + 0, /* flags */ }; /* vim: set shiftwidth=4 tabstop=8: */