mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-30 03:28:55 -07:00
Fix shuffled fairies despawning (#4823)
This commit is contained in:
parent
6ec71964a1
commit
61a1d12ffe
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue