mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-02-06 15:51:02 +00:00
Cleaning finished.
This commit is contained in:
parent
791852a6bd
commit
cc8e7f8de6
1 changed files with 0 additions and 2 deletions
|
@ -1832,8 +1832,6 @@ static void FireBulletMissile(AActor *self, PClassActor *missile, AActor *puff,
|
||||||
{
|
{
|
||||||
if (self && missile && puff)
|
if (self && missile && puff)
|
||||||
{
|
{
|
||||||
double x = Spawnofs_xy * angle.Cos();
|
|
||||||
double y = Spawnofs_xy * angle.Sin();
|
|
||||||
DAngle ang = self->Angles.Yaw - 90;
|
DAngle ang = self->Angles.Yaw - 90;
|
||||||
DVector2 ofs = ang.ToVector(Spawnofs_xy);
|
DVector2 ofs = ang.ToVector(Spawnofs_xy);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue