summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/src/map.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/puzzles/src/map.c')
-rw-r--r--apps/plugins/puzzles/src/map.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/src/map.c b/apps/plugins/puzzles/src/map.c
index 9cea0d4647..2ef156e72a 100644
--- a/apps/plugins/puzzles/src/map.c
+++ b/apps/plugins/puzzles/src/map.c
@@ -2330,6 +2330,7 @@ static game_ui *new_ui(const game_state *state)
2330 ui->cur_moved = false; 2330 ui->cur_moved = false;
2331 ui->cur_lastmove = 0; 2331 ui->cur_lastmove = 0;
2332 ui->flash_type = FLASH_CYCLIC; 2332 ui->flash_type = FLASH_CYCLIC;
2333 ui->large_stipples = false;
2333 legacy_prefs_override(ui); 2334 legacy_prefs_override(ui);
2334 return ui; 2335 return ui;
2335} 2336}