mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 18:24:55 +00:00
Windows fixes
This commit is contained in:
@@ -89,11 +89,7 @@ void PAKBridge::build()
|
||||
}
|
||||
bool named;
|
||||
#if HECL_UCS2
|
||||
<<<<<<< HEAD
|
||||
level.name = hecl::UTF8ToWide(m_pak.bestEntryName(entry, named));
|
||||
=======
|
||||
level.name = hecl::UTF8ToWide(m_pak.bestEntryName(entry));
|
||||
>>>>>>> master
|
||||
#else
|
||||
level.name = m_pak.bestEntryName(entry, named);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user