1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-29 00:41:38 +02:00

Move ObjectConfig to separate file

This commit is contained in:
Tomasz Zieliński
2024-09-14 08:41:00 +02:00
parent 4b263b6d41
commit e89649ec1c
8 changed files with 249 additions and 212 deletions

@ -415,9 +415,6 @@ CompoundMapObjectID CObjectClassesHandler::getCompoundIdentifier(const std::stri
CompoundMapObjectID CObjectClassesHandler::getCompoundIdentifier(const std::string & objectName) const
{
// TODO: Use existing utilities for parsing id:
// CIdentifierStorage::ObjectCallback::fromNameAndType
std::string subtype = "object"; //Default for objects with no subIds
std::string type;