summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/src/map.c
diff options
context:
space:
mode:
authorFranklin Wei <franklin@rockbox.org>2024-08-08 23:49:33 -0400
committerFranklin Wei <franklin@rockbox.org>2024-08-08 23:49:33 -0400
commit1f7ea715db2341cc3da067a75a20761324489655 (patch)
treeccc217d98a352f6f91f29e67bceae95d2bfbb0fe /apps/plugins/puzzles/src/map.c
parentab3982247d8bef68bd93370d6393ea4b49e11ef0 (diff)
downloadrockbox-1f7ea715db2341cc3da067a75a20761324489655.tar.gz
rockbox-1f7ea715db2341cc3da067a75a20761324489655.zip
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
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}