diff options
Diffstat (limited to 'src/resources/map/map.cpp')
-rw-r--r-- | src/resources/map/map.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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), |