исправление некоторых ошибок
This commit is contained in:
parent
ec1ab120a8
commit
fc5b1148f5
@ -31,7 +31,7 @@ public class DrawingSeaplane : DrawningPlane
|
||||
}
|
||||
|
||||
Pen pen = new(Color.Black);
|
||||
Pen additionalpen = new(EntityPlane.AdditionalColor);
|
||||
Brush additionalbr = new SolidBrush(EntityPlane.additionalColor);
|
||||
|
||||
|
||||
|
||||
|
@ -31,7 +31,7 @@ public class EntitySeaplane : EntityPlane
|
||||
/// <param name="bodyKit">Наличие обвеса</param>
|
||||
/// <param name="floats">Наличие поплавков</param>
|
||||
/// <param name="inflatableBoat">Наличие надувной лодки</param>
|
||||
public EntitySeaPlane(int speed, double weight, Color bodyColor, Color additionalColor, bool bodyKit, bool floats, bool inflatableBoat) : base(0,0,Color.Black)
|
||||
public EntitySeaplane(int speed, double weight, Color bodyColor, Color additionalColor, bool bodyKit, bool floats, bool inflatableBoat) : base(0,0,Color.Black)
|
||||
{
|
||||
AdditionalColor = additionalColor;
|
||||
BodyKit = bodyKit;
|
||||
|
Loading…
Reference in New Issue
Block a user