puzzles: misc. changes and sync with upstream

This brings puzzles up-to-date with Simon's tree, along with the
rockbox-specific changes I made. Note that I also got rid of some
of the ugly floating-point code in rbwrappers.c and replaced it
with wrappers for our fixed-point library.

Change-Id: Ibfb79acb15517116a26de1c3ea89e025146b9e2e
This commit is contained in:
Franklin Wei 2017-08-23 14:20:07 -04:00
parent 4dd300d9f0
commit 3c514f8e20
20 changed files with 102 additions and 702 deletions

View file

@ -2779,7 +2779,7 @@ static void draw_square(drawing *dr, game_drawstate *ds,
draw_circle(dr, COORD(x) + (xo+1)*TILESIZE/5,
COORD(y) + (yo+1)*TILESIZE/5,
TILESIZE/7, COL_0 + c, COL_0 + c);
TILESIZE/4, COL_0 + c, COL_0 + c);
}
/*