From 51984098ef2f60e0a1e4a870fc8842a8f7577413 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Thu, 27 Jul 2017 00:03:26 -0400 Subject: [PATCH] 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. --- apps/plugins/puzzles/SOURCES.games | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*/