Изменил(а) на 'ProjectPlane/ProjectPlane/DrawningPlane.cs'

This commit is contained in:
devil_1nc 2022-10-25 16:47:10 +04:00
parent 7e9891a3e1
commit 852d7a7dfd

View File

@ -248,10 +248,9 @@ namespace ProjectPlane
{
p = new EntityWarPlane(p.Speed, p.Weight, color, p.DopColor, p.extraCell, p.SuperTurbine);
Plane = p; return;
}
Plane = new EntityPlane(Plane.Speed, Plane.Weight, color);
}
}
Plane = new EntityPlane(Plane.Speed, Plane.Weight, color);
}
}
}