From 3f65fbbd9b2f2f52e918a2dbf5aa890764d47084 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Thu, 27 Jul 2017 00:03:26 -0400 Subject: 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(-) (limited to 'apps') diff --git a/apps/plugins/puzzles/SOURCES.games b/apps/plugins/puzzles/SOURCES.games index c46a541..8893c3e 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*/ -- cgit v1.1