2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-11 03:07:44 +00:00

Windows fixes

This commit is contained in:
Jack Andersen
2016-03-08 10:29:59 -10:00
parent 9203b69647
commit 2f14331d5d
9 changed files with 20 additions and 20 deletions

View File

@@ -91,7 +91,7 @@ void PAKBridge::build()
}
bool named;
#if HECL_UCS2
level.name = hecl::UTF8ToWide(m_pak.bestEntryName(entry));
level.name = hecl::UTF8ToWide(m_pak.bestEntryName(entry, named));
#else
level.name = m_pak.bestEntryName(entry, named);
#endif