summaryrefslogtreecommitdiffstats
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-5198409.tar.gz
rockbox-5198409.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
/*src/loopy.c*/
src/magnets.c
src/map.c
-/*src/mines.c*/
+src/mines.c
src/net.c
src/netslide.c
/*src/palisade.c*/