Handle quit in the menu

This commit is contained in:
simon.kagstrom 2010-03-01 11:36:46 +00:00
parent f45f77bedc
commit c8e4a68ec6

View File

@ -430,7 +430,9 @@ void Gui::pushEvent(SDL_Event *ev)
} }
default: default:
break; break;
case SDL_QUIT:
TheC64->TheDisplay->quit_requested = true;
break;
} }
} }