diff options
Diffstat (limited to 'apps/plugins/brickmania.c')
-rw-r--r-- | apps/plugins/brickmania.c | 2 |
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) brickmania_init_game(true); return 0; case 2: - rb->set_option("Difficulty", &difficulty, INT, + rb->set_option("Difficulty", &difficulty, RB_INT, options, 2, NULL); break; case 3: |