From 0b734fa8db3cfcef12f4dc35bd4f8da1bb86944d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 13 Sep 2012 16:34:10 +0300 Subject: Improve a bit map load speed. --- src/map.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/map.h') diff --git a/src/map.h b/src/map.h index 66cf8b707..b90cbc2a7 100644 --- a/src/map.h +++ b/src/map.h @@ -392,6 +392,9 @@ class Map : public Properties, public ConfigListener bool isCustom() const { return mCustom; } + std::map &getTileAnimations() + { return mTileAnimations; } + protected: friend class Actor; friend class Minimap; -- cgit v1.2.3-60-g2f50