From 97aaff1ca7c50f76f2fb08227d53e7b1732905c9 Mon Sep 17 00:00:00 2001 From: ker73rus Date: Tue, 29 Nov 2022 08:56:47 +0400 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BA?= =?UTF-8?q?=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Stormtrooper/Stormtrooper/FormMapWithSetAirplane.cs | 1 - Stormtrooper/Stormtrooper/MapWithSetAirplaneGeneric.cs | 1 - 2 files changed, 2 deletions(-) diff --git a/Stormtrooper/Stormtrooper/FormMapWithSetAirplane.cs b/Stormtrooper/Stormtrooper/FormMapWithSetAirplane.cs index e19fd65..30d0d4b 100644 --- a/Stormtrooper/Stormtrooper/FormMapWithSetAirplane.cs +++ b/Stormtrooper/Stormtrooper/FormMapWithSetAirplane.cs @@ -24,7 +24,6 @@ namespace Stormtrooper /// Объект от коллекции карт /// private readonly MapCollection _mapCollection; - private MapWithSetAirplaneGeneric _mapAirsCollectionGeneric; public FormMapWithSetAirplane() { InitializeComponent(); diff --git a/Stormtrooper/Stormtrooper/MapWithSetAirplaneGeneric.cs b/Stormtrooper/Stormtrooper/MapWithSetAirplaneGeneric.cs index 12424a2..ab561ef 100644 --- a/Stormtrooper/Stormtrooper/MapWithSetAirplaneGeneric.cs +++ b/Stormtrooper/Stormtrooper/MapWithSetAirplaneGeneric.cs @@ -167,7 +167,6 @@ namespace Stormtrooper int currentWidth = width - 1; int currentHeight = 0; - int i = 0; foreach (var air in _setAirs.GetAirs()) {