Skip to content

Nagy projectile fix

Nagyhal requested to merge Nagyhal/t-engine4:nagy-projectile-fix into master

When my test characters fire projectiles quickly enough that multiple projectiles appear in same square, some of the projectiles turn invisible and disappear from the map object's entity table.

Easy to see why, when you look at the code. I've made sure that only the moving projectile is ever deleted in the :move method. Seems to have fixed the issue!

Merge request reports