Dolgov D.A. Lab Work 5 #5

Closed
devil_1nc wants to merge 6 commits from LabWork05 into LabWork04
Showing only changes of commit 852d7a7dfd - Show all commits

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);
}
}
}