[Super-tux-commit] supertux/lib/app setup.cpp,1.7,1.8
Brought to you by:
wkendrick
From: Tobias G. <to...@us...> - 2004-07-27 09:56:24
|
Update of /cvsroot/super-tux/supertux/lib/app In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22928/lib/app Modified Files: setup.cpp Log Message: commited fix by Leo Savernik <l.s...@ao...>. Index: setup.cpp =================================================================== RCS file: /cvsroot/super-tux/supertux/lib/app/setup.cpp,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- setup.cpp 26 Jul 2004 18:09:12 -0000 1.7 +++ setup.cpp 27 Jul 2004 09:56:14 -0000 1.8 @@ -604,9 +604,9 @@ void Termination::shutdown(void) { + config->save(); SoundManager::get()->close_audio(); SDL_Quit(); - config->save(); } /* --- ABORT! --- */ |