mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-27 12:51:42 +00:00
Fix UMM/HMM ARL file path inconsistency.
This commit is contained in:
parent
d363031399
commit
7c3635587b
1 changed files with 3 additions and 1 deletions
|
|
@ -441,12 +441,14 @@ PPC_FUNC(sub_82E0D3E8)
|
|||
if (appendArlFilePath.empty())
|
||||
{
|
||||
if (arlFilePath.empty())
|
||||
{
|
||||
arlFilePath = arlFilePathU8;
|
||||
arlFilePath += ".arl";
|
||||
}
|
||||
|
||||
appendArlFilePath = arlFilePath.parent_path();
|
||||
appendArlFilePath /= "+";
|
||||
appendArlFilePath += arlFilePath.filename();
|
||||
appendArlFilePath += ".arl";
|
||||
}
|
||||
|
||||
loadUncachedFile(appendArlFilePath, true);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue