From 0da6db9fc10c8598a7b4e8148809991df8e9ac58 Mon Sep 17 00:00:00 2001 From: Ricardo Cruz Date: Sat, 8 May 2004 10:45:52 +0000 Subject: [PATCH] There is no need in saving on exit, since it already saves in level exit. SVN-Revision: 1040 --- src/worldmap.cpp | 2 -- 1 file changed, 2 deletions(-) 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; } -- 2.11.0