1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-02-05 13:04:54 +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
commit 0256f2d920
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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