- fixed typo in A_BrainSpit.

This commit is contained in:
Christoph Oelckers 2017-01-02 23:26:19 +01:00 committed by Christoph Oelckers
parent 76c9ca89bd
commit 28f9e0314e

View file

@ -253,7 +253,7 @@ extend class Actor
}
else
{
spit.special2 = int((targ.pos.x - pos.x) / spit.Vel.y);
spit.special2 = int((targ.pos.x - pos.x) / spit.Vel.x);
}
// [GZ] Calculates when the projectile will have reached destination
spit.special2 += level.maptime;