input: fix alternative mapping if keyboard is used for confirmation.

This commit is contained in:
Sorgelig
2022-01-24 04:44:36 +08:00
parent 98403213eb
commit 2b0b8a1422
3 changed files with 7 additions and 1 deletions

View File

@@ -3522,7 +3522,7 @@ void HandleUI(void)
if (get_map_vid() || get_map_pid())
{
if (!is_menu() && get_map_type() && !has_default_map())
if (!is_menu() && get_map_type() && !has_default_map() && !get_map_set())
{
for (int i = 0; i < OsdGetSize(); i++) OsdWrite(i);
OsdWrite(6, " You need to define this");