diff options
Diffstat (limited to 'src/resources/map/mapheights.cpp')
-rw-r--r-- | src/resources/map/mapheights.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/resources/map/mapheights.cpp b/src/resources/map/mapheights.cpp index b785df72c..67f3b34ec 100644 --- a/src/resources/map/mapheights.cpp +++ b/src/resources/map/mapheights.cpp @@ -22,7 +22,9 @@ #include "debug.h" -MapHeights::MapHeights(const int width, const int height) : +MapHeights::MapHeights(const int width, + const int height) : + MemoryCounter(), mWidth(width), mHeight(height), mTiles(new uint8_t[mWidth * mHeight]) |