From a90171b9ccd1d288b0578751285b3ee3049ff088 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Wed, 1 Aug 2012 21:19:13 +0200 Subject: [PATCH] (PS3) Replace another hardcoded value --- ps3/frontend/menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ps3/frontend/menu.c b/ps3/frontend/menu.c index 9aa7372c80..157a8c80ef 100644 --- a/ps3/frontend/menu.c +++ b/ps3/frontend/menu.c @@ -1637,7 +1637,7 @@ static void select_setting(item *items, menu *current_menu, uint64_t input) render_msg_place_func(x_position, comment_y_position, 0.86f, LIGHTBLUE, items[current_menu->selected].comment); render_msg_place_func(x_position, comment_two_y_position, FONT_SIZE, YELLOW, "UP/DOWN - select L3+R3 - resume game X/LEFT/RIGHT - change"); - render_msg_place_func(x_position, 0.95f, FONT_SIZE, YELLOW, "START - default L1/CIRCLE - go back R1 - go forward"); + render_msg_place_func(x_position, comment_two_y_position + 0.04f, FONT_SIZE, YELLOW, "START - default L1/CIRCLE - go back R1 - go forward"); render_msg_post_func(); }