mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 01:07:43 +00:00
Initial CStreamAudioManager implementation
This commit is contained in:
@@ -318,7 +318,7 @@ bool CWorld::CheckWorldComplete(CStateManager* mgr, TAreaId id, ResId mreaId)
|
||||
x84_defAudioTrack = r.readString();
|
||||
std::string trackKey = hecl::Format("WorldDefault: %8.8x", u32(x8_mlvlId));
|
||||
if (g_TweakManager->HasTweakValue(trackKey))
|
||||
x84_defAudioTrack = g_TweakManager->GetTweakValue(trackKey)->x30_str;
|
||||
x84_defAudioTrack = g_TweakManager->GetTweakValue(trackKey)->GetAudio().GetFileName();
|
||||
}
|
||||
|
||||
CWorldLayers::ReadWorldLayers(r);
|
||||
|
||||
Reference in New Issue
Block a user