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

AngelScript UniqueModule type

This commit is contained in:
Jack Andersen
2015-07-16 14:02:19 -10:00
parent 4252bd6e39
commit 050085cc6d
5 changed files with 70 additions and 13 deletions

View File

@@ -30,7 +30,7 @@ public:
HECL::Database::IDataSpec* ds = entry->m_factory(HECL::Database::TOOL_EXTRACT);
if (ds)
{
if (ds->canExtract(m_einfo, m_reps))
if (ds->canExtract(*m_info.project, m_einfo, m_reps))
m_dataSpecs.emplace_back(ds);
else
delete ds;