From: Ricardo Cruz Date: Sat, 8 May 2004 10:45:52 +0000 (+0000) Subject: There is no need in saving on exit, since it already saves in level exit. X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=0da6db9fc10c8598a7b4e8148809991df8e9ac58;p=supertux.git There is no need in saving on exit, since it already saves in level exit. SVN-Revision: 1040 --- diff --git a/src/worldmap.cpp b/src/worldmap.cpp index 4a4fa39c2..990fce264 100644 --- a/src/worldmap.cpp +++ b/src/worldmap.cpp @@ -744,8 +744,6 @@ WorldMap::update(float delta) case MNID_RETURNWORLDMAP: // Return to game break; case MNID_QUITWORLDMAP: // Quit Worldmap - if (!savegame_file.empty()) - savegame(savegame_file); quit = true; break; }