diff options
Diffstat (limited to 'sixteen.c')
| -rw-r--r-- | sixteen.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1059,5 +1059,5 @@ const struct game thegame = { FALSE, FALSE, game_print_size, game_print, game_wants_statusbar, FALSE, game_timing_state, - 0, /* mouse_priorities */ + 0, /* flags */ }; |