There was an error while loading. Please reload this page.
1 parent 60572ba commit eed8409Copy full SHA for eed8409
1 file changed
src/supertux/main.cpp
@@ -636,7 +636,6 @@ Main::launch_game(const CommandLineArguments& args)
636
// we have a normal path specified at commandline, not a physfs path.
637
// So we simply mount that path here...
638
std::string dir = FileSystem::dirname(start_level);
639
- const std::string filename = FileSystem::basename(start_level);
640
const std::string fileProtocol = "file://";
641
const std::string::size_type position = dir.find(fileProtocol);
642
if (position != std::string::npos) {
0 commit comments