Fix being unable to read standalone Corruption Tweaks
This commit is contained in:
parent
d8a7da9234
commit
ceecab0151
|
@ -34,7 +34,7 @@ void CTweakManager::LoadTweaks()
|
||||||
// MP2+ - Load tweaks from Standard.ntwk
|
// MP2+ - Load tweaks from Standard.ntwk
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (!mpProject->IsWiiBuild())
|
if (!mpProject->IsTrilogy())
|
||||||
{
|
{
|
||||||
mStandardFilePath = mpProject->DiscFilesystemRoot(false) / "Standard.ntwk";
|
mStandardFilePath = mpProject->DiscFilesystemRoot(false) / "Standard.ntwk";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue