summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h3
1 files changed, 3 insertions, 0 deletions
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;
};