Cleaning finished.

This commit is contained in:
MajorCooke 2016-05-30 15:31:19 -05:00 committed by Christoph Oelckers
parent 791852a6bd
commit cc8e7f8de6

View file

@ -1832,8 +1832,6 @@ static void FireBulletMissile(AActor *self, PClassActor *missile, AActor *puff,
{
if (self && missile && puff)
{
double x = Spawnofs_xy * angle.Cos();
double y = Spawnofs_xy * angle.Sin();
DAngle ang = self->Angles.Yaw - 90;
DVector2 ofs = ang.ToVector(Spawnofs_xy);