This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#8931 - Bubbles on Sansa c250
Attached to Project:
Rockbox
Opened by Anon Amous (P33KAJ3W) - Wednesday, 23 April 2008, 22:46 GMT+2
Opened by Anon Amous (P33KAJ3W) - Wednesday, 23 April 2008, 22:46 GMT+2
|
DetailsLevel Select (+/-) does not work
|
This task depends upon
Here is a patch where I changed the initial value of levels to the maximum of available levels.
Therefore the user can choose on which level he wants to start with.
It looks like there's also the possiblity to set the number of levels through a configuration file.
What I don't understand is why the number of levels is stored in the highscore file.
Now I understand why highlevel is stored in the highscore file:
in bubbles.c: * highlevel is the highest level beaten
It's the game's philosophy that the user can only change to a lower startlevel. To reach a higher level the user must beat the level he's on.