2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-15 00:46:08 +00:00

Relocate CaseInsensitiveCompare

This commit is contained in:
Jack Andersen
2015-12-30 12:05:17 -10:00
parent 536a19725d
commit 028be337c6
9 changed files with 20 additions and 35 deletions

View File

@@ -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'))