summaryrefslogtreecommitdiff
path: root/apps/plugins/brickmania.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/brickmania.c')
-rw-r--r--apps/plugins/brickmania.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/brickmania.c b/apps/plugins/brickmania.c
index de65ce69e1..a26ff8edd8 100644
--- a/apps/plugins/brickmania.c
+++ b/apps/plugins/brickmania.c
@@ -1565,7 +1565,7 @@ static int brickmania_menu(void)
1565 brickmania_init_game(true); 1565 brickmania_init_game(true);
1566 return 0; 1566 return 0;
1567 case 2: 1567 case 2:
1568 rb->set_option("Difficulty", &difficulty, INT, 1568 rb->set_option("Difficulty", &difficulty, RB_INT,
1569 options, 2, NULL); 1569 options, 2, NULL);
1570 break; 1570 break;
1571 case 3: 1571 case 3: