summaryrefslogtreecommitdiff
path: root/src/resources/map/map.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-12-29 21:09:41 +0300
committerAndrei Karas <akaras@inbox.ru>2016-12-29 22:01:14 +0300
commit0c06037af71273481958ba8587bbb4082d1ed822 (patch)
treed20ac88eb7654dab57975d6f02f22ad0d9314872 /src/resources/map/map.h
parente8b2a5596f569e72e0e7482e8f41aaf7e710d8ec (diff)
downloadmv-0c06037af71273481958ba8587bbb4082d1ed822.tar.gz
mv-0c06037af71273481958ba8587bbb4082d1ed822.tar.bz2
mv-0c06037af71273481958ba8587bbb4082d1ed822.tar.xz
mv-0c06037af71273481958ba8587bbb4082d1ed822.zip
Improve drawing tiles.
Remove check for existing tile image in each tile. From now tiles without image hidden.
Diffstat (limited to 'src/resources/map/map.h')
-rw-r--r--src/resources/map/map.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/resources/map/map.h b/src/resources/map/map.h
index ef1a37afa..0225e5ce7 100644
--- a/src/resources/map/map.h
+++ b/src/resources/map/map.h
@@ -357,6 +357,8 @@ class Map final : public Properties,
void updateConditionLayers() restrict2;
+ void preCacheLayers() restrict2;
+
int calcMemoryLocal() const override final;
int calcMemoryChilds(const int level) const override final;