From a84ce421489674dd1078dcf642011c8ef82b8cf3 Mon Sep 17 00:00:00 2001 From: ennewalker Date: Sun, 11 Jan 2009 00:41:28 +0000 Subject: Turning back on minimap for labyrinths, but fixing it so that it recenters during map rot, as if the forgotten squares were never seen. (Sorry, jpeg. If you can see it using 'X', I think you should be able to also see it on the minimap.) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8404 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 0720e48663..d9d3380b84 100644 --- a/crawl-ref/source/tilesdl.h +++ b/crawl-ref/source/tilesdl.h @@ -104,6 +104,7 @@ public: void update_minimap(int gx, int gy); void update_minimap(int gx, int gy, map_feature f); void clear_minimap(); + void update_minimap_bounds(); void update_inventory(); void set_need_redraw(); -- cgit v1.2.3-54-g00ecf