Изменил(а) на 'ProjectPlane/ProjectPlane/DrawningPlane.cs'
This commit is contained in:
parent
7e9891a3e1
commit
852d7a7dfd
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user