diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-10-15 21:36:52 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-10-15 21:36:52 +0300 |
commit | 870669f856c61c1a9e9c7b782cab412c4859be88 (patch) | |
tree | 8874d8a07977fa2f995fd27cbb057cee3f51294f /src/resources/map/map.h | |
parent | 7b89705cc5c491b60dab923e2f8079cfc1f4bce1 (diff) | |
download | mv-870669f856c61c1a9e9c7b782cab412c4859be88.tar.gz mv-870669f856c61c1a9e9c7b782cab412c4859be88.tar.bz2 mv-870669f856c61c1a9e9c7b782cab412c4859be88.tar.xz mv-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.h | 5 |
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; |