From 7ff83399c1e691c2f16f5c784eee0451abfc8761 Mon Sep 17 00:00:00 2001 From: "simon.kagstrom" Date: Sat, 30 Jan 2010 11:48:57 +0000 Subject: [PATCH] Save game info on menu exit --- Src/gui/gui.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Src/gui/gui.cpp b/Src/gui/gui.cpp index 9addc48..45eb6cd 100644 --- a/Src/gui/gui.cpp +++ b/Src/gui/gui.cpp @@ -303,6 +303,8 @@ void Gui::exitMenu() ; TheC64->NewPrefs(this->np); ThePrefs = *this->np; + + this->saveGameInfo(); } void Gui::pushEvent(SDL_Event *ev)