Correct setting of prefs

This commit is contained in:
simon.kagstrom 2010-01-25 16:31:05 +00:00
parent 40809b7238
commit 0c5570e64a

View File

@ -299,8 +299,8 @@ void Gui::exitMenu()
/* Pop all views */ /* Pop all views */
while (this->popView()) while (this->popView())
; ;
ThePrefs = *this->np;
TheC64->NewPrefs(this->np); TheC64->NewPrefs(this->np);
ThePrefs = *this->np;
} }
void Gui::pushEvent(SDL_Event *ev) void Gui::pushEvent(SDL_Event *ev)