- fixed typo in A_BrainSpit.
This commit is contained in:
parent
1261046f1a
commit
bf09a89b5d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue