diff options
| -rw-r--r-- | apps/plugins/xobox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/xobox.c b/apps/plugins/xobox.c index 29835a2..a138445 100644 --- a/apps/plugins/xobox.c +++ b/apps/plugins/xobox.c @@ -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); |