summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilesdl.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/tilesdl.h')
-rw-r--r--crawl-ref/source/tilesdl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/tilesdl.h b/crawl-ref/source/tilesdl.h
index 735189c95b..258ea5b3a3 100644
--- a/crawl-ref/source/tilesdl.h
+++ b/crawl-ref/source/tilesdl.h
@@ -106,6 +106,7 @@ public:
void clear_minimap();
void update_inventory();
+ void set_need_redraw();
void redraw();
void place_cursor(cursor_type type, const coord_def &gc);
@@ -134,6 +135,7 @@ protected:
SDL_Surface* m_context;
bool m_fullscreen;
+ bool m_need_redraw;
enum LayerID
{