mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-25 13:55:36 -04:00
fix menu string editing cursor position
This commit is contained in:
parent
18bb743540
commit
6b12b4900e
@ -2132,7 +2132,7 @@ void M_DrawSetting(setup_menu_t* s)
|
|||||||
|
|
||||||
for (i = 0 ; i < char_width ; i++)
|
for (i = 0 ; i < char_width ; i++)
|
||||||
colorblock[i] = PAL_BLACK;
|
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
|
// Draw the setting for the item
|
||||||
|
Loading…
x
Reference in New Issue
Block a user