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:
@ -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