From b83bca17d42761c41f097ea315d01bb89105f618 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 17 Jul 2011 17:09:00 +0300 Subject: Fix map redrawing if changing map view mode. --- 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 6832ed008..749c77ce5 100644 --- a/src/map.h +++ b/src/map.h @@ -507,6 +507,8 @@ class Map : public Properties, public ConfigListener void reduce(); + void redrawMap(); + protected: friend class Actor; friend class Minimap; @@ -607,6 +609,7 @@ class Map : public Properties, public ConfigListener int mLastY; int mLastScrollX; int mLastScrollY; + bool mRedrawMap; }; -- cgit v1.2.3-60-g2f50