mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-15 00:05:02 +02:00
Move ObjectConfig to ObjectInfo.cpp. Preliminary version of banning object categories.
This commit is contained in:
@ -411,11 +411,8 @@ CompoundMapObjectID CObjectClassesHandler::getCompoundIdentifier(const std::stri
|
||||
CompoundMapObjectID CObjectClassesHandler::getCompoundIdentifier(const std::string & objectName) const
|
||||
{
|
||||
// FIXME: Crash with no further log
|
||||
//"core:object.creatureBank.experimentalShop",
|
||||
//"core:object.creatureBank.wolfRiderPicket",
|
||||
//"core:object.creatureBank.demonDomain"
|
||||
|
||||
// TODO: Use existing utilities for parsing id?
|
||||
// TODO: Use existing utilities for parsing id?
|
||||
JsonNode node(objectName);
|
||||
auto modScope = node.getModScope();
|
||||
|
||||
|
Reference in New Issue
Block a user