From 91bc1f753b4925d5d11ccd7718f858668ab4d457 Mon Sep 17 00:00:00 2001 From: ker73rus Date: Tue, 29 Nov 2022 08:58:48 +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 991a017..3bcefc3 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 89a9b65..d563533 100644 --- a/Stormtrooper/Stormtrooper/MapWithSetAirplaneGeneric.cs +++ b/Stormtrooper/Stormtrooper/MapWithSetAirplaneGeneric.cs @@ -186,7 +186,6 @@ namespace Stormtrooper int currentWidth = width - 1; int currentHeight = 0; - int i = 0; foreach (var air in _setAirs.GetAirs()) {