From c59be2bc1cb95f64df4daefa2164c476ba41cb52 Mon Sep 17 00:00:00 2001 From: Holger Wirtz Date: Tue, 21 Apr 2020 08:40:49 +0200 Subject: [PATCH] Fix. --- UI.hpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/UI.hpp b/UI.hpp index 6f08d4d..8a62280 100644 --- a/UI.hpp +++ b/UI.hpp @@ -562,12 +562,12 @@ void lcdml_menu_control(void) //LCDML.BT_quit(); encoderDir[ENC_R].ButtonLong(true); -/* - if (LCDML.FUNC_getID() < 0xff) - LCDML.FUNC_setGBAToLastFunc(); - else - LCDML.FUNC_setGBAToLastCursorPos(); -*/ + /* + if (LCDML.FUNC_getID() < 0xff) + LCDML.FUNC_setGBAToLastFunc(); + else + LCDML.FUNC_setGBAToLastCursorPos(); + */ LCDML.FUNC_setGBA(); LCDML.OTHER_jumpToFunc(UI_func_voice_select); }