mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-28 06:53:40 +00:00
- 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…
Reference in a new issue