- fixed typo in A_BrainSpit.

This commit is contained in:
Christoph Oelckers 2017-01-02 23:26:19 +01:00
parent 1261046f1a
commit bf09a89b5d

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;