From 2d2dc5741ed43973372fb48e24e25b3f2bf8ffe6 Mon Sep 17 00:00:00 2001 From: AnnaLioness Date: Sat, 4 Nov 2023 19:51:02 +0400 Subject: [PATCH] =?UTF-8?q?=D0=BA=D0=BE=D0=BC=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DrawingShip.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DrawingShip.java b/DrawingShip.java index 8eee8f2..5700d67 100644 --- a/DrawingShip.java +++ b/DrawingShip.java @@ -72,7 +72,7 @@ public class DrawingShip { _pictureHeight = height; _shipHeight = shipHeight; _shipWidth = shipWidth; - + EntityShip = new EntityShip(speed, weight, bodyColor); } public void SetPosition(int x, int y)