diff --git a/src/frontend/mame/ui/optsmenu.cpp b/src/frontend/mame/ui/optsmenu.cpp index c25f4df62bc..901671081fc 100644 --- a/src/frontend/mame/ui/optsmenu.cpp +++ b/src/frontend/mame/ui/optsmenu.cpp @@ -176,7 +176,7 @@ void menu_game_options::handle() file.close(); } } - reset_options::REMEMBER_REF; + reset(reset_options::REMEMBER_REF); }); } break;