1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

Merge pull request #974 from Nordsoft91/loading-hotfix

hotfix for broken game loading
This commit is contained in:
Andrii Danylchenko
2022-09-23 13:58:45 +03:00
committed by GitHub

View File

@@ -371,6 +371,7 @@ public:
} }
else else
{ {
loadMods();
std::vector<TModID> newActiveMods; std::vector<TModID> newActiveMods;
h & newActiveMods; h & newActiveMods;
for(auto & m : newActiveMods) for(auto & m : newActiveMods)