summaryrefslogtreecommitdiff
path: root/src/resources/map/walklayer.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-04-26 20:11:07 +0300
committerAndrei Karas <akaras@inbox.ru>2016-04-26 20:11:07 +0300
commit07675230038a24dd251581591379c8fe5cc7bfd1 (patch)
tree1e4633730515af717ba93aef111f855de5cc9b38 /src/resources/map/walklayer.h
parent17f34f00d37432dae207be3d55ec531a738eb065 (diff)
downloadmv-07675230038a24dd251581591379c8fe5cc7bfd1.tar.gz
mv-07675230038a24dd251581591379c8fe5cc7bfd1.tar.bz2
mv-07675230038a24dd251581591379c8fe5cc7bfd1.tar.xz
mv-07675230038a24dd251581591379c8fe5cc7bfd1.zip
Add memory count functions into MapLayer and SpecailLayer.
Also change all memory count functions into const methods.
Diffstat (limited to 'src/resources/map/walklayer.h')
-rw-r--r--src/resources/map/walklayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/map/walklayer.h b/src/resources/map/walklayer.h
index d867ad0fd..efa85b9dd 100644
--- a/src/resources/map/walklayer.h
+++ b/src/resources/map/walklayer.h
@@ -39,7 +39,7 @@ class WalkLayer final : public Resource
int getDataAt(const int x, const int y) const;
- int calcMemoryLocal() override final;
+ int calcMemoryLocal() const override final;
private:
int mWidth;