mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Fix duplicated maps in scenario selection screen
This commit is contained in:
@@ -541,8 +541,6 @@ void SelectionTab::parseMaps(const std::unordered_set<ResourceID> & files)
|
|||||||
|
|
||||||
if(mapInfo->mapHeader->version == EMapFormat::VCMI || mapInfo->mapHeader->version <= maxSupported)
|
if(mapInfo->mapHeader->version == EMapFormat::VCMI || mapInfo->mapHeader->version <= maxSupported)
|
||||||
allItems.push_back(mapInfo);
|
allItems.push_back(mapInfo);
|
||||||
|
|
||||||
allItems.push_back(mapInfo);
|
|
||||||
}
|
}
|
||||||
catch(std::exception & e)
|
catch(std::exception & e)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user