Skip to content

Commit

Permalink
Fix shuffled fairies despawning
Browse files Browse the repository at this point in the history
  • Loading branch information
aMannus committed Jan 7, 2025
1 parent 6ec7196 commit e6a6b73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion soh/soh/Enhancements/randomizer/ShuffleFairies.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e6a6b73

Please sign in to comment.