Modify a commit in tooldef.cpp and nodedef.cpp
parent
8addbc9655
commit
6764365994
|
@ -692,7 +692,7 @@ private:
|
||||||
ContentFeatures m_content_features[MAX_CONTENT+1];
|
ContentFeatures m_content_features[MAX_CONTENT+1];
|
||||||
// A mapping for fast converting back and forth between names and ids
|
// A mapping for fast converting back and forth between names and ids
|
||||||
NameIdMapping m_name_id_mapping;
|
NameIdMapping m_name_id_mapping;
|
||||||
// Aliases for loading legacy crap
|
// Aliases
|
||||||
std::map<std::string, std::string> m_aliases;
|
std::map<std::string, std::string> m_aliases;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -223,7 +223,7 @@ public:
|
||||||
private:
|
private:
|
||||||
// Key is name
|
// Key is name
|
||||||
core::map<std::string, ToolDefinition*> m_tool_definitions;
|
core::map<std::string, ToolDefinition*> m_tool_definitions;
|
||||||
// Aliases for loading legacy crap
|
// Aliases
|
||||||
std::map<std::string, std::string> m_aliases;
|
std::map<std::string, std::string> m_aliases;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue