Skip to content

Commit 710c818

Browse files
committed
Fixed the selected option changing when changing button combos for cheats
1 parent 7645c9f commit 710c818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ttyd-tools/rel/source/menu.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2982,7 +2982,7 @@ void drawMenu()
29822982
case CHEATS_STANDARD:
29832983
{
29842984
// Draw the text for the options
2985-
drawSingleColumnMain();
2985+
drawSingleColumnSelectedOption();
29862986

29872987
// Draw the bool
29882988
int32_t PosY = 120;

0 commit comments

Comments
 (0)