mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2025-02-18 09:31:09 +00:00
- fixed typo in A_BrainSpit.
This commit is contained in:
parent
76c9ca89bd
commit
28f9e0314e
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