From e0a6848d3c0d3097bfab3126da6c4cf9bd8e1f28 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 14 Sep 2013 23:02:01 +0300 Subject: refactor a bit adding animated tiles. --- src/map.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/map.h') diff --git a/src/map.h b/src/map.h index 0917deee2..cd539de04 100644 --- a/src/map.h +++ b/src/map.h @@ -405,7 +405,8 @@ class Map final : public Properties, public ConfigListener bool isCustom() const A_WARN_UNUSED { return mCustom; } - std::map &getTileAnimations() A_WARN_UNUSED + const std::map &getTileAnimations() + const A_WARN_UNUSED { return mTileAnimations; } void setAtlas(Resource *const atlas) -- cgit v1.2.3-60-g2f50