mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 00:27:43 +00:00
Lots of reverse naming functionality added
This commit is contained in:
@@ -55,7 +55,10 @@ void PAK::read(Athena::io::IStreamReader& reader)
|
||||
{
|
||||
std::unordered_map<UniqueID32, Entry*>::iterator found = m_idMap.find(entry.id);
|
||||
if (found != m_idMap.end())
|
||||
{
|
||||
m_nameMap[entry.name] = found->second;
|
||||
found->second->name = entry.name;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user