From 7349f13b440e1a5b00a5ffff01880d130ae34c1d Mon Sep 17 00:00:00 2001 From: ennewalker Date: Sat, 20 Dec 2008 15:55:02 +0000 Subject: Fixing tiles slowdowns while resting. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7886 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/tilesdl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/tilesdl.h') diff --git a/crawl-ref/source/tilesdl.h b/crawl-ref/source/tilesdl.h index 258ea5b3a3..89ee8dca5c 100644 --- a/crawl-ref/source/tilesdl.h +++ b/crawl-ref/source/tilesdl.h @@ -107,6 +107,7 @@ public: void update_inventory(); void set_need_redraw(); + bool need_redraw() const; void redraw(); void place_cursor(cursor_type type, const coord_def &gc); -- cgit v1.2.3-54-g00ecf