diff --git a/mapeditor/resourceExtractor/ResourceConverter.cpp b/mapeditor/resourceExtractor/ResourceConverter.cpp index b969216a6..8c27c643b 100644 --- a/mapeditor/resourceExtractor/ResourceConverter.cpp +++ b/mapeditor/resourceExtractor/ResourceConverter.cpp @@ -45,7 +45,7 @@ void ResourceConverter::doConvertPcxToPng(const bfs::path & sourceFolder, bool d try { if(!bfs::is_regular_file(directoryEntry)) - return; + continue; std::string filePath = directoryEntry.path().string(); std::string fileStem = directoryEntry.path().stem().string();