(MESS) ui: when ESCing while creating a new floppy image, fall back

to the correct menu. [Fabio Priuli]
This commit is contained in:
etabeta78 2015-01-06 16:43:08 +01:00
parent 7fc1cfe6c7
commit fa41ad2cde

View File

@ -985,7 +985,7 @@ void ui_menu_control_floppy_image::handle()
break; break;
case -1: case -1:
ui_menu::stack_pop(machine()); state = START_FILE;
break; break;
} }
break; break;