mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-02-05 05:31:22 +00:00
fix cursor position in interface parameters menu
This commit is contained in:
parent
679d119486
commit
cdb7befe8e
@ -972,7 +972,7 @@ void c_interface_parameters()
|
||||
}
|
||||
|
||||
pad_string(temp, ' ', 26);
|
||||
if (i+cur_off != 1)
|
||||
if (i+cur_off != 2)
|
||||
{
|
||||
c_interface_print(14, 5 + i, 0, temp);
|
||||
}
|
||||
@ -1005,8 +1005,7 @@ void c_interface_parameters()
|
||||
}
|
||||
else
|
||||
{
|
||||
video_plotchar( 14 + j, 5+i, option==OPT_PATH,
|
||||
temp[ j ]);
|
||||
video_plotchar( 14 + j, 5+i, option==OPT_PATH, temp[ j ]);
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user