summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranklin Wei <me@fwei.tk>2017-07-27 00:03:26 -0400
committerFranklin Wei <git@fwei.tk>2017-07-27 19:09:50 -0400
commit51984098ef2f60e0a1e4a870fc8842a8f7577413 (patch)
treef5ea03addfc1615fe3348a8ab9aa6c936d5a76cc
parentc2546d31876598c390e8c8e3f6ebeb79d1849462 (diff)
downloadrockbox-51984098ef2f60e0a1e4a870fc8842a8f7577413.tar.gz
rockbox-51984098ef2f60e0a1e4a870fc8842a8f7577413.zip
puzzles: enable Mines
It should work now that arm memset() has been fixed for negative values. This is the last puzzle that was disabled due to a crash.
-rw-r--r--apps/plugins/puzzles/SOURCES.games2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/puzzles/SOURCES.games b/apps/plugins/puzzles/SOURCES.games
index c46a541145..8893c3e9a4 100644
--- a/apps/plugins/puzzles/SOURCES.games
+++ b/apps/plugins/puzzles/SOURCES.games
@@ -16,7 +16,7 @@ src/lightup.c
16/*src/loopy.c*/ 16/*src/loopy.c*/
17src/magnets.c 17src/magnets.c
18src/map.c 18src/map.c
19/*src/mines.c*/ 19src/mines.c
20src/net.c 20src/net.c
21src/netslide.c 21src/netslide.c
22/*src/palisade.c*/ 22/*src/palisade.c*/