mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-21 00:19:29 +02:00
Fix generation of additional monolith types for RMG
This commit is contained in:
@ -84,7 +84,7 @@ class DLL_LINKAGE CObjectClassesHandler : public IHandlerBase
|
||||
|
||||
ObjectClass * loadFromJson(const std::string & scope, const JsonNode & json, const std::string & name, size_t index);
|
||||
|
||||
void generateExtraMonolithsForRMG();
|
||||
void generateExtraMonolithsForRMG(ObjectClass * container);
|
||||
|
||||
public:
|
||||
CObjectClassesHandler();
|
||||
|
Reference in New Issue
Block a user