2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 13:47:43 +00:00

Minor fixes and cleanups

This commit is contained in:
Jack Andersen
2015-08-10 10:49:19 -10:00
parent 99bb5df7f3
commit 2c6d83b0c7
5 changed files with 40 additions and 40 deletions

View File

@@ -34,7 +34,7 @@ PAKBridge::PAKBridge(HECL::Database::Project& project, const NOD::DiscBase::IPar
mlvlName.read(rs);
if (m_levelString.size())
m_levelString += _S(", ");
m_levelString += mlvlName.getSystemString(FourCC(SBIG('ENGL')), 0);
m_levelString += mlvlName.getSystemString(FOURCC('ENGL'), 0);
}
}
}
@@ -133,7 +133,7 @@ void PAKBridge::build()
STRG areaName;
PAKEntryReadStream rs = areaNameEnt->beginReadStream(m_node);
areaName.read(rs);
areaDeps.name = areaName.getSystemString(FourCC(SBIG('ENGL')), 0);
areaDeps.name = areaName.getSystemString(FOURCC('ENGL'), 0);
}
if (areaDeps.name.empty())
{