reverted previous change, since it does not interact well with the rest of the

creation code. a better fix is in progress :)
This commit is contained in:
etabeta78 2015-01-06 17:17:36 +01:00
parent 224878c426
commit f8f06c9a5c

View File

@ -328,10 +328,6 @@ void ui_menu_file_create::handle()
reset(UI_MENU_RESET_REMEMBER_POSITION); reset(UI_MENU_RESET_REMEMBER_POSITION);
} }
break; break;
case IPT_UI_CANCEL:
ui_menu::stack_pop(machine());
break;
} }
} }
} }