From 6b12b4900ec4058003bd7f8e2655ea0316b6ca71 Mon Sep 17 00:00:00 2001 From: Fabian Greffrath Date: Tue, 26 Jan 2021 21:38:19 +0100 Subject: [PATCH] fix menu string editing cursor position --- Source/m_menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/m_menu.c b/Source/m_menu.c index 5ed33bf8..fa467b26 100644 --- a/Source/m_menu.c +++ b/Source/m_menu.c @@ -2132,7 +2132,7 @@ void M_DrawSetting(setup_menu_t* s) for (i = 0 ; i < char_width ; i++) colorblock[i] = PAL_BLACK; - V_DrawBlock(x+cursor_start-1,y+7,0,char_width,1,colorblock); + V_DrawBlock(x+cursor_start-1+WIDESCREENDELTA,y+7,0,char_width,1,colorblock); } // Draw the setting for the item