X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fworld.cpp;h=3f50e543c78e8d92743be1578f73cc471ee80349;hb=7fbc38d9c2fda9bfb10eeb7ecb3db36c3daa2824;hp=121718e342573211b2a6bda916ccba6f6bbdd6b3;hpb=a113d3bd1feddd510e3b2852b0d42522735eee40;p=supertux.git diff --git a/src/world.cpp b/src/world.cpp index 121718e34..3f50e543c 100644 --- a/src/world.cpp +++ b/src/world.cpp @@ -106,7 +106,7 @@ World::load(const std::string& filename) // Level info file doesn't define any levels, so read the // directory to see what we can find - std::string path = basedir + "/"; + std::string path = basedir; char** files = PHYSFS_enumerateFiles(path.c_str()); if(!files) { log_warning << "Couldn't read subset dir '" << path << "'" << std::endl;