mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-27 12:51:42 +00:00
Fix append ARLs not loading.
This commit is contained in:
parent
0267b0045c
commit
38ec7865f4
1 changed files with 1 additions and 0 deletions
|
|
@ -364,6 +364,7 @@ PPC_FUNC(sub_82E0D3E8)
|
|||
appendArlFilePath = arlFilePath.parent_path();
|
||||
appendArlFilePath /= "+";
|
||||
appendArlFilePath += arlFilePath.filename();
|
||||
appendArlFilePath += ".arl";
|
||||
}
|
||||
|
||||
loadFile(appendArlFilePath, parseArlFileData);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue