summaryrefslogtreecommitdiff
path: root/apps/plugins/reversi/reversi-gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/reversi/reversi-gui.c')
-rw-r--r--apps/plugins/reversi/reversi-gui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/reversi/reversi-gui.c b/apps/plugins/reversi/reversi-gui.c
index 74dd98b676..e4bb232a26 100644
--- a/apps/plugins/reversi/reversi-gui.c
+++ b/apps/plugins/reversi/reversi-gui.c
@@ -400,7 +400,7 @@ static bool reversi_gui_choose_strategy(
400 } 400 }
401 401
402 result = 402 result =
403 rb->set_option(prompt, &index, INT, strategy_settings, num_items, NULL); 403 rb->set_option(prompt, &index, RB_INT, strategy_settings, num_items, NULL);
404 404
405 (*player) = strategy_values[index]; 405 (*player) = strategy_values[index];
406 406
@@ -450,7 +450,7 @@ static bool reversi_gui_menu(void) {
450 break; 450 break;
451 } 451 }
452 } 452 }
453 rb->set_option(MENU_TEXT_WRAP_MODE, &index, INT, 453 rb->set_option(MENU_TEXT_WRAP_MODE, &index, RB_INT,
454 cursor_wrap_mode_settings, 3, NULL); 454 cursor_wrap_mode_settings, 3, NULL);
455 cursor_wrap_mode = cursor_wrap_mode_values[index]; 455 cursor_wrap_mode = cursor_wrap_mode_values[index];
456 break; 456 break;