From 31907283a4bb3aaa69a5b9cc1c1606271fb58660 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Wed, 4 Jan 2017 20:31:06 -0500 Subject: puzzles: fix a few things - old acos() function was broken, replaced with a call to atan2(); this fixes "Cube!" - Makefile extended to support building "unfinished games", but not enabled - a backdrop issue fixed in rockbox.c Change-Id: I9393e958d43de32f4ccf18e1cb409f75c2e1ed3c --- apps/plugins/puzzles/SOURCES.games | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'apps/plugins/puzzles/SOURCES.games') diff --git a/apps/plugins/puzzles/SOURCES.games b/apps/plugins/puzzles/SOURCES.games index d228138528..26f74e4005 100644 --- a/apps/plugins/puzzles/SOURCES.games +++ b/apps/plugins/puzzles/SOURCES.games @@ -39,3 +39,9 @@ twiddle.c /*unequal.c*/ unruly.c /*untangle.c*/ + +/* disabled for now */ +/*unfinished/group.c*/ +/*unfinished/separate.c*/ +/*unfinished/slide.c*/ +/*unfinished/sokoban.c*/ -- cgit v1.2.3