Nightly 2024-02-07
Downloads:
Bug Fixes
ZScript
- return enemy x,y when getting fairy item x,y
6e60fe889
Setting
item->X,Y
on fairy items additionally sets the position of the corresponding fairy enemy sprite. However, the getter returns the item coordinate. This resulted in unexpected behavior from something harmless likeitem->X = item->X
causing the engine fairy movement to halt.