Closed apsillers closed 11 years ago
On a hit, a phaser is sometimes drawn directed at the wrong target. (This seems happen because the x/y cords are 0,0 so the phaser is drawn as coming from the player, even if fired by another ship.)
Fix: use pnum to get ship location x/y
On a hit, a phaser is sometimes drawn directed at the wrong target. (This seems happen because the x/y cords are 0,0 so the phaser is drawn as coming from the player, even if fired by another ship.)