summaryrefslogtreecommitdiff
path: root/src/resources/map/speciallayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/map/speciallayer.cpp')
-rw-r--r--src/resources/map/speciallayer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resources/map/speciallayer.cpp b/src/resources/map/speciallayer.cpp
index ddf5cc35e..c1ca865d0 100644
--- a/src/resources/map/speciallayer.cpp
+++ b/src/resources/map/speciallayer.cpp
@@ -33,6 +33,7 @@
SpecialLayer::SpecialLayer(const std::string &name,
const int width,
const int height) :
+ MemoryCounter(),
mName(name),
mTiles(new MapItem*[width * height]),
mWidth(width),