diff --git a/Project/src/MapWithSetPlanesGeneric.java b/Project/src/MapWithSetPlanesGeneric.java index 7b9c3cf..44c1f87 100644 --- a/Project/src/MapWithSetPlanesGeneric.java +++ b/Project/src/MapWithSetPlanesGeneric.java @@ -17,13 +17,13 @@ public class MapWithSetPlanesGeneric _setPlanes; + private SetPlanesGeneric _setPlanes; //набор удалённых объектов (двусвязный список) public final LinkedList _deletePlane; //карта - private final U _map; + private U _map; //конструктор public MapWithSetPlanesGeneric(int picWidth, int picHeight, U map) @@ -235,6 +235,12 @@ public class MapWithSetPlanesGeneric (_pictureWidth, _pictureHeight, - map)); - + _mapStorage.put(element[0], new MapWithSetPlanesGeneric + (_pictureWidth, _pictureHeight, map)); _mapStorage.get(element[0]).LoadData(element[2].split(String.valueOf(separatorData))); + } catch (Exception ex) { } } }