summaryrefslogtreecommitdiff
path: root/src/resources/map/map.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-10-15 21:36:52 +0300
committerAndrei Karas <akaras@inbox.ru>2015-10-15 21:36:52 +0300
commit870669f856c61c1a9e9c7b782cab412c4859be88 (patch)
tree8874d8a07977fa2f995fd27cbb057cee3f51294f /src/resources/map/map.h
parent7b89705cc5c491b60dab923e2f8079cfc1f4bce1 (diff)
downloadplus-870669f856c61c1a9e9c7b782cab412c4859be88.tar.gz
plus-870669f856c61c1a9e9c7b782cab412c4859be88.tar.bz2
plus-870669f856c61c1a9e9c7b782cab412c4859be88.tar.xz
plus-870669f856c61c1a9e9c7b782cab412c4859be88.zip
Remove old mana forgotten memory allocations from map.
This can reduce memory usage by near 1 MB.
Diffstat (limited to 'src/resources/map/map.h')
-rw-r--r--src/resources/map/map.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/resources/map/map.h b/src/resources/map/map.h
index 49e0459f2..80f74e0ae 100644
--- a/src/resources/map/map.h
+++ b/src/resources/map/map.h
@@ -375,11 +375,6 @@ class Map final : public Properties, public ConfigListener
*/
bool contains(const int x, const int y) const A_WARN_UNUSED;
- /**
- * Blockmasks for different entities
- */
- unsigned *mOccupation[static_cast<size_t>(BlockType::NB_BLOCKTYPES)];
-
const int mWidth;
const int mHeight;
const int mTileWidth;