mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-23 12:02:39 -05:00
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:
parent
4dd300d9f0
commit
3c514f8e20
20 changed files with 102 additions and 702 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue