summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/xobox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/xobox.c b/apps/plugins/xobox.c
index 29835a26eb..a13844570b 100644
--- a/apps/plugins/xobox.c
+++ b/apps/plugins/xobox.c
@@ -770,7 +770,7 @@ static int game_menu (void)
770 for (;;) { 770 for (;;) {
771 rb->do_menu(&menu,&selection); 771 rb->do_menu(&menu,&selection);
772 if (selection==1) 772 if (selection==1)
773 rb->set_int ("Speed", "", UNIT_INT, &speed, NULL, 1, 1, 11, NULL); 773 rb->set_int ("Speed", "", UNIT_INT, &speed, NULL, 1, 1, 10, NULL);
774 else if (selection==2) 774 else if (selection==2)
775 rb->set_int ("Difficulty", "", UNIT_INT, &difficulty, NULL, 775 rb->set_int ("Difficulty", "", UNIT_INT, &difficulty, NULL,
776 5, 50, 95, NULL); 776 5, 50, 95, NULL);