Skip to content

Commit

Permalink
Missed initial mAltAssetsEnabled set.
Browse files Browse the repository at this point in the history
  • Loading branch information
Malkierian committed May 31, 2024
1 parent a74d8c3 commit 0988fc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mm/2s2h/BenPort.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ OTRGlobals::OTRGlobals() {
context =
Ship::Context::CreateInstance("2 Ship 2 Harkinian", appShortName, "2ship2harkinian.json", archiveFiles, {}, 3);
prevAltAssets = CVarGetInteger("gAltAssets", 0);
context->GetResourceManager()->SetAltAssetsEnabled(prevAltAssets);

// Override LUS defaults
Ship::Context::GetInstance()->GetLogger()->set_level(
Expand Down

0 comments on commit 0988fc8

Please sign in to comment.