1
0
Fork 0
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:
Antoine Cellerier 2007-06-04 07:30:19 +00:00
parent 3240c01611
commit 3611b4c8d8

View file

@ -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);