mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-02-12 05:10:26 -05:00
Fix lost woods leading music in rando (#1155)
This commit is contained in:
parent
8945b2ed48
commit
fabe051d3d
@ -40,9 +40,8 @@ void EnRiverSound_Init(Actor* thisx, GlobalContext* globalCtx) {
|
|||||||
Audio_PlayNatureAmbienceSequence(NATURE_ID_KOKIRI_REGION);
|
Audio_PlayNatureAmbienceSequence(NATURE_ID_KOKIRI_REGION);
|
||||||
Actor_Kill(&this->actor);
|
Actor_Kill(&this->actor);
|
||||||
} else if (this->actor.params == RS_SARIAS_SONG) {
|
} else if (this->actor.params == RS_SARIAS_SONG) {
|
||||||
if (!CHECK_QUEST_ITEM(QUEST_SONG_LULLABY) ||
|
// Always have leading music in rando
|
||||||
CHECK_QUEST_ITEM(QUEST_SONG_SARIA) ||
|
if ((!CHECK_QUEST_ITEM(QUEST_SONG_LULLABY) || CHECK_QUEST_ITEM(QUEST_SONG_SARIA)) && !gSaveContext.n64ddFlag) {
|
||||||
gSaveContext.n64ddFlag) {
|
|
||||||
Actor_Kill(&this->actor);
|
Actor_Kill(&this->actor);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user