mirror of
https://github.com/vcmi/vcmi.git
synced 2025-12-01 23:12:49 +02:00
Fix display of active submods of disabled root mods
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user