forked from len0rd/rockbox
* xobox.c: Fix speed range.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13549 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3240c01611
commit
3611b4c8d8
1 changed files with 1 additions and 1 deletions
|
@ -770,7 +770,7 @@ static int game_menu (void)
|
|||
for (;;) {
|
||||
rb->do_menu(&menu,&selection);
|
||||
if (selection==1)
|
||||
rb->set_int ("Speed", "", UNIT_INT, &speed, NULL, 1, 1, 11, NULL);
|
||||
rb->set_int ("Speed", "", UNIT_INT, &speed, NULL, 1, 1, 10, NULL);
|
||||
else if (selection==2)
|
||||
rb->set_int ("Difficulty", "", UNIT_INT, &difficulty, NULL,
|
||||
5, 50, 95, NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue