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

Fix display of active submods of disabled root mods

This commit is contained in:
Ivan Savenko
2024-11-21 21:11:02 +00:00
parent 822b6a00e7
commit 6bad88ba99
5 changed files with 16 additions and 1 deletions

View File

@ -128,6 +128,7 @@ public:
const TModList & getActiveMods() const;
TModList getAllMods() const;
bool isModSettingActive(const TModID & rootModID, const TModID & modSettingID) const;
bool isModActive(const TModID & modID) const;
uint32_t computeChecksum(const TModID & modName) const;
std::optional<uint32_t> getValidatedChecksum(const TModID & modName) const;