mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-03-03 02:01:47 -05:00
Fix shuffled fairies despawning (#4823)
This commit is contained in:
parent
6ec71964a1
commit
61a1d12ffe
@ -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…
x
Reference in New Issue
Block a user