X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fsupertux%2Fworld.cpp;h=f9a2e0aea682670844f5af6d1196a10605fc4871;hb=8f2d3b4b577297359c0cb57acb7e0782a3c35ea5;hp=b6734cc760f40925d8603f77915943d7d92af462;hpb=c161b88a74b82d755866b5a0294f1a3aaa41d55d;p=supertux.git diff --git a/src/supertux/world.cpp b/src/supertux/world.cpp index b6734cc76..f9a2e0aea 100644 --- a/src/supertux/world.cpp +++ b/src/supertux/world.cpp @@ -44,7 +44,6 @@ World::load(const std::string& directory) std::string worlddirname = FileSystem::basename(directory); std::ostringstream stream; stream << "profile" << g_config->profile << "/" << worlddirname << ".stsg"; - std::string slotfile = stream.str(); world->m_savegame_filename = stream.str(); }