diff options
| author | aMannus <mannusmenting@gmail.com> | 2025-01-07 19:32:20 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-07 19:32:20 +0100 |
| commit | 61a1d12ffe1beef755663ca7e15d60255ddca8cd (patch) | |
| tree | ba7d4fc4f1fdde39e755b4774f1c8b9117d1ecca | |
| parent | 6ec71964a1924939400cee46761a83d4ede6264e (diff) | |
Fix shuffled fairies despawning (#4823)
| -rw-r--r-- | soh/soh/Enhancements/randomizer/ShuffleFairies.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/soh/soh/Enhancements/randomizer/ShuffleFairies.cpp b/soh/soh/Enhancements/randomizer/ShuffleFairies.cpp index afeba21d0..d5d1cfe94 100644 --- a/soh/soh/Enhancements/randomizer/ShuffleFairies.cpp +++ b/soh/soh/Enhancements/randomizer/ShuffleFairies.cpp @@ -68,7 +68,6 @@ bool ShuffleFairies_SpawnFairy(f32 posX, f32 posY, f32 posZ, int32_t params) { 0, 0, FAIRY_HEAL, true); fairy->sohFairyIdentity = fairyIdentity; fairy->actor.draw = (ActorFunc)ShuffleFairies_DrawRandomizedItem; - fairy->fairyFlags |= FAIRY_FLAG_TIMED; return true; } return false; |
