From 1f7ea715db2341cc3da067a75a20761324489655 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Thu, 8 Aug 2024 23:49:33 -0400 Subject: puzzles: resync to ee5e327 (Simon's 1c1899e) and update documentation. Updates URLs of relevant upstream repos to longer-lived Github URLs instead of my personal site. Change-Id: I08bba5c12193c999f252b4ea70ae40c9d1a3552d --- apps/plugins/puzzles/src/map.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/plugins/puzzles/src') 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) ui->cur_moved = false; ui->cur_lastmove = 0; ui->flash_type = FLASH_CYCLIC; + ui->large_stipples = false; legacy_prefs_override(ui); return ui; } -- cgit v1.2.3