mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-15 00:46:08 +00:00
Relocate CaseInsensitiveCompare
This commit is contained in:
@@ -34,7 +34,7 @@ PAKBridge::PAKBridge(HECL::Database::Project& project,
|
||||
m_pak.read(rs);
|
||||
|
||||
/* Append Level String */
|
||||
std::set<HECL::SystemString, CaseInsensitiveCompare> uniq;
|
||||
std::set<HECL::SystemString, HECL::CaseInsensitiveCompare> uniq;
|
||||
for (PAK::Entry& entry : m_pak.m_entries)
|
||||
{
|
||||
if (entry.type == FOURCC('MLVL'))
|
||||
|
||||
Reference in New Issue
Block a user