1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

multiple fixes

This commit is contained in:
Laserlicht
2025-09-16 01:29:54 +02:00
parent 134c145b98
commit 2bf9454b77
4 changed files with 11 additions and 2 deletions

View File

@@ -43,6 +43,7 @@
#include <vcmi/Services.h>
#include <vcmi/SkillService.h>
#include <vcmi/spells/Service.h>
#include <vcmi/ResourceTypeService.h>
RenderHandler::RenderHandler()
:assetGenerator(std::make_unique<AssetGenerator>())
@@ -494,6 +495,7 @@ void RenderHandler::onLibraryLoadingFinished(const Services * services)
addImageListEntries(services->factions());
addImageListEntries(services->spells());
addImageListEntries(services->skills());
addImageListEntries(services->resources());
if (settings["mods"]["validation"].String() == "full")
{