- fixed rising specials
[supertux.git] / src / worldmap.cpp
index 4a4fa39..990fce2 100644 (file)
@@ -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;
             }