2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-10 04:27:42 +00:00

Keep original paths for areas, worlds, and maps when not in a world pak

This commit is contained in:
2016-03-10 18:56:16 -08:00
parent 9726682939
commit 95062eceb4
6 changed files with 40 additions and 10 deletions

View File

@@ -147,6 +147,7 @@ public:
hecl::ProjectPath getWorking(const IDType& id) const;
hecl::ProjectPath getCooked(const EntryType* entry) const;
hecl::ProjectPath getCooked(const IDType& id) const;
bool isShared() { return m_pak ? !m_pak->m_noShare : false; }
hecl::SystemString getResourceRelativePath(const EntryType& a, const IDType& b) const;