mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-30 08:11:49 +00:00
Dump iw4 images
This commit is contained in:
@ -99,6 +99,11 @@ class Unlinker::Impl
|
||||
LoadSearchPath(m_last_zone_search_path);
|
||||
}
|
||||
|
||||
for(auto* iwd : IWD::Repository)
|
||||
{
|
||||
searchPathsForZone.IncludeSearchPath(iwd);
|
||||
}
|
||||
|
||||
return searchPathsForZone;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user