From 0f8b2ddf88c1cdd6bfac1e76e8173bd12f57a441 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 29 Apr 2016 18:51:23 +0300 Subject: Add name into SpecialLayer memory object. --- src/resources/map/map.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/resources/map/map.cpp') diff --git a/src/resources/map/map.cpp b/src/resources/map/map.cpp index 93b950ba5..43ed91daf 100644 --- a/src/resources/map/map.cpp +++ b/src/resources/map/map.cpp @@ -120,8 +120,8 @@ Map::Map(const int width, const int height, mActorFixX(0), mActorFixY(0), mVersion(0), - mSpecialLayer(new SpecialLayer(width, height)), - mTempLayer(new SpecialLayer(width, height)), + mSpecialLayer(new SpecialLayer("special layer", width, height)), + mTempLayer(new SpecialLayer("temp layer", width, height)), mObjects(new ObjectsLayer(width, height)), mFringeLayer(nullptr), mLastX(-1), -- cgit v1.2.3-60-g2f50